File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- ARG NODE_VERSION=20.18 .0
2- ARG PYTHON_VERSION=3.12.7
1+ ARG NODE_VERSION=22.12 .0
2+ ARG PYTHON_VERSION=3.12.8
33
44
55FROM node:${NODE_VERSION}-bookworm as frontend
@@ -71,7 +71,7 @@ RUN apt-get update && \
7171 nginx gcc xz-utils gettext
7272
7373# configure process manager
74- ARG S6_OVERLAY_VERSION=3.2.0.0
74+ ARG S6_OVERLAY_VERSION=3.2.0.2
7575ENV S6_CMD_WAIT_FOR_SERVICES_MAXTIME 0
7676
7777ADD https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-noarch.tar.xz /tmp
Original file line number Diff line number Diff line change 1- ARG NODE_VERSION=20.18 .0
1+ ARG NODE_VERSION=22.12 .0
22
33FROM node:${NODE_VERSION}-bookworm-slim
44
@@ -26,7 +26,7 @@ RUN apt-get update && \
2626 apt-get clean
2727
2828
29- ARG S6_OVERLAY_VERSION=3.2.0.0
29+ ARG S6_OVERLAY_VERSION=3.2.0.2
3030ENV S6_CMD_WAIT_FOR_SERVICES_MAXTIME 0
3131
3232ADD https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-noarch.tar.xz /tmp
You can’t perform that action at this time.
0 commit comments