From 2966924bcdb8794f36db9b07c99d20e3db695da1 Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Wed, 9 Aug 2023 11:55:19 +0100 Subject: [PATCH] update node to current alpine --- Accounts/Dockerfile.tpl | 2 +- AdminDashboard/Dockerfile.tpl | 2 +- ApiReference/Dockerfile.tpl | 2 +- Dashboard/Dockerfile.tpl | 2 +- DashboardAPI/Dockerfile.tpl | 2 +- File/Dockerfile.tpl | 2 +- Haraka/Dockerfile.tpl | 2 +- HelmChart/Dockerfile.tpl | 2 +- Home/Dockerfile.tpl | 2 +- Identity/Dockerfile.tpl | 2 +- Integration/Dockerfile.tpl | 2 +- Licensing/Dockerfile.tpl | 2 +- LinkShortener/Dockerfile.tpl | 2 +- Notification/Dockerfile.tpl | 2 +- Probe/Dockerfile.tpl | 2 +- ProbeAPI/Dockerfile.tpl | 2 +- Realtime/Dockerfile.tpl | 2 +- StatusPage/Dockerfile.tpl | 2 +- TestServer/Dockerfile.tpl | 2 +- Workers/Dockerfile.tpl | 2 +- Workflow/Dockerfile.tpl | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Accounts/Dockerfile.tpl b/Accounts/Dockerfile.tpl index df2baafebe..018f5a570a 100755 --- a/Accounts/Dockerfile.tpl +++ b/Accounts/Dockerfile.tpl @@ -3,7 +3,7 @@ # # Pull base image nodejs image. -FROM node:18.13.0-alpine +FROM node:current-alpine USER root RUN mkdir /tmp/npm && chmod 2777 /tmp/npm && chown 1000:1000 /tmp/npm && npm config set cache /tmp/npm --global diff --git a/AdminDashboard/Dockerfile.tpl b/AdminDashboard/Dockerfile.tpl index 8e8868a5ae..3ad8f94727 100755 --- a/AdminDashboard/Dockerfile.tpl +++ b/AdminDashboard/Dockerfile.tpl @@ -3,7 +3,7 @@ # # Pull base image nodejs image. -FROM node:18.13.0-alpine +FROM node:current-alpine USER root RUN mkdir /tmp/npm && chmod 2777 /tmp/npm && chown 1000:1000 /tmp/npm && npm config set cache /tmp/npm --global diff --git a/ApiReference/Dockerfile.tpl b/ApiReference/Dockerfile.tpl index ef448c39b6..8655eb0d50 100755 --- a/ApiReference/Dockerfile.tpl +++ b/ApiReference/Dockerfile.tpl @@ -1,5 +1,5 @@ # Pull base image nodejs image. -FROM node:18.13.0-alpine +FROM node:current-alpine USER root RUN mkdir /tmp/npm && chmod 2777 /tmp/npm && chown 1000:1000 /tmp/npm && npm config set cache /tmp/npm --global diff --git a/Dashboard/Dockerfile.tpl b/Dashboard/Dockerfile.tpl index 74318a1170..1a71ef5795 100755 --- a/Dashboard/Dockerfile.tpl +++ b/Dashboard/Dockerfile.tpl @@ -3,7 +3,7 @@ # # Pull base image nodejs image. -FROM node:18.13.0-alpine +FROM node:current-alpine USER root RUN mkdir /tmp/npm && chmod 2777 /tmp/npm && chown 1000:1000 /tmp/npm && npm config set cache /tmp/npm --global diff --git a/DashboardAPI/Dockerfile.tpl b/DashboardAPI/Dockerfile.tpl index c6604a0077..146bfcde18 100755 --- a/DashboardAPI/Dockerfile.tpl +++ b/DashboardAPI/Dockerfile.tpl @@ -3,7 +3,7 @@ # # Pull base image nodejs image. -FROM node:18.13.0-alpine +FROM node:current-alpine USER root RUN mkdir /tmp/npm && chmod 2777 /tmp/npm && chown 1000:1000 /tmp/npm && npm config set cache /tmp/npm --global diff --git a/File/Dockerfile.tpl b/File/Dockerfile.tpl index eeadfe9ea0..0602706aa0 100644 --- a/File/Dockerfile.tpl +++ b/File/Dockerfile.tpl @@ -3,7 +3,7 @@ # # Pull base image nodejs image. -FROM node:18.13.0-alpine +FROM node:current-alpine USER root RUN mkdir /tmp/npm && chmod 2777 /tmp/npm && chown 1000:1000 /tmp/npm && npm config set cache /tmp/npm --global diff --git a/Haraka/Dockerfile.tpl b/Haraka/Dockerfile.tpl index e09c3d4773..42388d88bd 100644 --- a/Haraka/Dockerfile.tpl +++ b/Haraka/Dockerfile.tpl @@ -1,4 +1,4 @@ -FROM node:18.13.0-alpine +FROM node:current-alpine USER root RUN mkdir /tmp/npm && chmod 2777 /tmp/npm && chown 1000:1000 /tmp/npm && npm config set cache /tmp/npm --global diff --git a/HelmChart/Dockerfile.tpl b/HelmChart/Dockerfile.tpl index a6e3095cef..dcd38ca0b7 100755 --- a/HelmChart/Dockerfile.tpl +++ b/HelmChart/Dockerfile.tpl @@ -1,5 +1,5 @@ # Pull base image nodejs image. -FROM node:18.13.0-alpine +FROM node:current-alpine USER root RUN mkdir /tmp/npm && chmod 2777 /tmp/npm && chown 1000:1000 /tmp/npm && npm config set cache /tmp/npm --global diff --git a/Home/Dockerfile.tpl b/Home/Dockerfile.tpl index 900122c828..79b8ceea46 100755 --- a/Home/Dockerfile.tpl +++ b/Home/Dockerfile.tpl @@ -3,7 +3,7 @@ # # Pull base image nodejs image. -FROM node:18.13.0-alpine +FROM node:current-alpine USER root RUN mkdir /tmp/npm && chmod 2777 /tmp/npm && chown 1000:1000 /tmp/npm && npm config set cache /tmp/npm --global diff --git a/Identity/Dockerfile.tpl b/Identity/Dockerfile.tpl index 28884f7b40..8836ee1a7a 100644 --- a/Identity/Dockerfile.tpl +++ b/Identity/Dockerfile.tpl @@ -3,7 +3,7 @@ # # Pull base image nodejs image. -FROM node:18.13.0-alpine +FROM node:current-alpine USER root RUN mkdir /tmp/npm && chmod 2777 /tmp/npm && chown 1000:1000 /tmp/npm && npm config set cache /tmp/npm --global diff --git a/Integration/Dockerfile.tpl b/Integration/Dockerfile.tpl index a4de5c2d57..34704bf874 100644 --- a/Integration/Dockerfile.tpl +++ b/Integration/Dockerfile.tpl @@ -3,7 +3,7 @@ # # Pull base image nodejs image. -FROM node:18.13.0-alpine +FROM node:current-alpine USER root RUN mkdir /tmp/npm && chmod 2777 /tmp/npm && chown 1000:1000 /tmp/npm && npm config set cache /tmp/npm --global diff --git a/Licensing/Dockerfile.tpl b/Licensing/Dockerfile.tpl index ab9e096364..1dd418a08c 100644 --- a/Licensing/Dockerfile.tpl +++ b/Licensing/Dockerfile.tpl @@ -3,7 +3,7 @@ # # Pull base image nodejs image. -FROM node:18.13.0-alpine +FROM node:current-alpine USER root RUN mkdir /tmp/npm && chmod 2777 /tmp/npm && chown 1000:1000 /tmp/npm && npm config set cache /tmp/npm --global diff --git a/LinkShortener/Dockerfile.tpl b/LinkShortener/Dockerfile.tpl index 4e932c02cb..a8721290e0 100644 --- a/LinkShortener/Dockerfile.tpl +++ b/LinkShortener/Dockerfile.tpl @@ -3,7 +3,7 @@ # # Pull base image nodejs image. -FROM node:18.13.0-alpine +FROM node:current-alpine USER root RUN mkdir /tmp/npm && chmod 2777 /tmp/npm && chown 1000:1000 /tmp/npm && npm config set cache /tmp/npm --global diff --git a/Notification/Dockerfile.tpl b/Notification/Dockerfile.tpl index 98b4c55921..519556f929 100755 --- a/Notification/Dockerfile.tpl +++ b/Notification/Dockerfile.tpl @@ -3,7 +3,7 @@ # # Pull base image nodejs image. -FROM node:18.13.0-alpine +FROM node:current-alpine USER root RUN mkdir /tmp/npm && chmod 2777 /tmp/npm && chown 1000:1000 /tmp/npm && npm config set cache /tmp/npm --global diff --git a/Probe/Dockerfile.tpl b/Probe/Dockerfile.tpl index 46fede3c22..ec61c738a8 100644 --- a/Probe/Dockerfile.tpl +++ b/Probe/Dockerfile.tpl @@ -3,7 +3,7 @@ # # Pull base image nodejs image. -FROM node:18.13.0-alpine +FROM node:current-alpine USER root RUN mkdir /tmp/npm && chmod 2777 /tmp/npm && chown 1000:1000 /tmp/npm && npm config set cache /tmp/npm --global diff --git a/ProbeAPI/Dockerfile.tpl b/ProbeAPI/Dockerfile.tpl index f67b152faa..9fc179d52f 100755 --- a/ProbeAPI/Dockerfile.tpl +++ b/ProbeAPI/Dockerfile.tpl @@ -3,7 +3,7 @@ # # Pull base image nodejs image. -FROM node:18.13.0-alpine +FROM node:current-alpine USER root RUN mkdir /tmp/npm && chmod 2777 /tmp/npm && chown 1000:1000 /tmp/npm && npm config set cache /tmp/npm --global diff --git a/Realtime/Dockerfile.tpl b/Realtime/Dockerfile.tpl index 8462ccf9ef..53b15d7e35 100755 --- a/Realtime/Dockerfile.tpl +++ b/Realtime/Dockerfile.tpl @@ -3,7 +3,7 @@ # # Pull base image nodejs image. -FROM node:18.13.0-alpine +FROM node:current-alpine USER root RUN mkdir /tmp/npm && chmod 2777 /tmp/npm && chown 1000:1000 /tmp/npm && npm config set cache /tmp/npm --global diff --git a/StatusPage/Dockerfile.tpl b/StatusPage/Dockerfile.tpl index 0288787f10..5ae557dcc0 100755 --- a/StatusPage/Dockerfile.tpl +++ b/StatusPage/Dockerfile.tpl @@ -3,7 +3,7 @@ # # Pull base image nodejs image. -FROM node:18.13.0-alpine +FROM node:current-alpine USER root RUN mkdir /tmp/npm && chmod 2777 /tmp/npm && chown 1000:1000 /tmp/npm && npm config set cache /tmp/npm --global diff --git a/TestServer/Dockerfile.tpl b/TestServer/Dockerfile.tpl index 536acf5ff9..40cef01757 100755 --- a/TestServer/Dockerfile.tpl +++ b/TestServer/Dockerfile.tpl @@ -3,7 +3,7 @@ # # Pull base image nodejs image. -FROM node:18.13.0-alpine +FROM node:current-alpine USER root RUN mkdir /tmp/npm && chmod 2777 /tmp/npm && chown 1000:1000 /tmp/npm && npm config set cache /tmp/npm --global diff --git a/Workers/Dockerfile.tpl b/Workers/Dockerfile.tpl index 35c5b73c02..d4a8ade259 100755 --- a/Workers/Dockerfile.tpl +++ b/Workers/Dockerfile.tpl @@ -3,7 +3,7 @@ # # Pull base image nodejs image. -FROM node:18.13.0-alpine +FROM node:current-alpine USER root RUN mkdir /tmp/npm && chmod 2777 /tmp/npm && chown 1000:1000 /tmp/npm && npm config set cache /tmp/npm --global diff --git a/Workflow/Dockerfile.tpl b/Workflow/Dockerfile.tpl index e5805e51c3..ec4d3e525e 100644 --- a/Workflow/Dockerfile.tpl +++ b/Workflow/Dockerfile.tpl @@ -3,7 +3,7 @@ # # Pull base image nodejs image. -FROM node:18.13.0-alpine +FROM node:current-alpine USER root RUN mkdir /tmp/npm && chmod 2777 /tmp/npm && chown 1000:1000 /tmp/npm && npm config set cache /tmp/npm --global