mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-07-15 03:41:50 -04:00
Pinning to Alpine 3.21
This commit is contained in:
parent
0514f4a859
commit
8c5c319323
@ -36,7 +36,7 @@ RUN rm -rf /opt/meshcentral/meshcentral/node_modules
|
|||||||
|
|
||||||
### STAGE 2 BUILDING.
|
### STAGE 2 BUILDING.
|
||||||
|
|
||||||
FROM alpine:latest
|
FROM alpine:3.21
|
||||||
|
|
||||||
# environment variables
|
# environment variables
|
||||||
ENV NODE_ENV="production" \
|
ENV NODE_ENV="production" \
|
||||||
@ -174,4 +174,4 @@ VOLUME /opt/meshcentral/meshcentral-backups
|
|||||||
COPY ./docker/entrypoint.sh ./entrypoint.sh
|
COPY ./docker/entrypoint.sh ./entrypoint.sh
|
||||||
COPY ./docker/config.json.template /opt/meshcentral/config.json.template
|
COPY ./docker/config.json.template /opt/meshcentral/config.json.template
|
||||||
|
|
||||||
ENTRYPOINT ["bash", "/opt/meshcentral/entrypoint.sh"]
|
ENTRYPOINT ["bash", "/opt/meshcentral/entrypoint.sh"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user