Pinning to Alpine 3.21

This commit is contained in:
Daan 2025-04-12 22:18:28 +02:00
parent 0514f4a859
commit 8c5c319323

View File

@ -36,7 +36,7 @@ RUN rm -rf /opt/meshcentral/meshcentral/node_modules
### STAGE 2 BUILDING.
FROM alpine:latest
FROM alpine:3.21
# environment variables
ENV NODE_ENV="production" \
@ -174,4 +174,4 @@ VOLUME /opt/meshcentral/meshcentral-backups
COPY ./docker/entrypoint.sh ./entrypoint.sh
COPY ./docker/config.json.template /opt/meshcentral/config.json.template
ENTRYPOINT ["bash", "/opt/meshcentral/entrypoint.sh"]
ENTRYPOINT ["bash", "/opt/meshcentral/entrypoint.sh"]