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
3
3
4
4
5
5
FROM node:${NODE_VERSION}-bookworm as frontend
@@ -71,7 +71,7 @@ RUN apt-get update && \
71
71
nginx gcc xz-utils gettext
72
72
73
73
# configure process manager
74
- ARG S6_OVERLAY_VERSION=3.2.0.0
74
+ ARG S6_OVERLAY_VERSION=3.2.0.2
75
75
ENV S6_CMD_WAIT_FOR_SERVICES_MAXTIME 0
76
76
77
77
ADD 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
2
2
3
3
FROM node:${NODE_VERSION}-bookworm-slim
4
4
@@ -26,7 +26,7 @@ RUN apt-get update && \
26
26
apt-get clean
27
27
28
28
29
- ARG S6_OVERLAY_VERSION=3.2.0.0
29
+ ARG S6_OVERLAY_VERSION=3.2.0.2
30
30
ENV S6_CMD_WAIT_FOR_SERVICES_MAXTIME 0
31
31
32
32
ADD 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