Pinning to Alpine 3.21
Daan committed
Apr 12, 2025 at 22:18 UTC
8c5c319323b176f2a40fa2ac91f5645ce3aa3f9d
1 file changed
+2
-2
docker/Dockerfile
+2
-2
@@ -36,7 +36,7 @@ RUN rm -rf /opt/meshcentral/meshcentral/node_modules
36
37
### STAGE 2 BUILDING.
38
39
-FROM alpine:latest
39
+FROM alpine:3.21
40
41
# environment variables
42
ENV NODE_ENV="production" \
@@ -174,4 +174,4 @@ VOLUME /opt/meshcentral/meshcentral-backups
174
COPY ./docker/entrypoint.sh ./entrypoint.sh
175
COPY ./docker/config.json.template /opt/meshcentral/config.json.template
176
177
-ENTRYPOINT ["bash", "/opt/meshcentral/entrypoint.sh"]
\ No newline at end of file
177
+ENTRYPOINT ["bash", "/opt/meshcentral/entrypoint.sh"]