We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5fca86 commit dfb3848Copy full SHA for dfb3848
Dockerfile
@@ -2,7 +2,7 @@
2
# NODEDATA-IMAGE
3
##########################################
4
5
-FROM alpine:3.15 AS nodedata-image
+FROM alpine:3.22 AS nodedata-image
6
# Install packages
7
RUN apk add --no-cache \
8
curl \
@@ -30,7 +30,7 @@ RUN python3 -m venv $VIRTUAL_ENV \
30
# WEBSSH-IMAGE
31
32
33
-FROM alpine:3.15 AS webssh-image
+FROM alpine:3.22 AS webssh-image
34
35
36
npm \
@@ -53,7 +53,7 @@ RUN addgroup --system webssh2 \
53
# RELEASE-IMAGE
54
55
56
-FROM alpine:3.15 AS release-image
+FROM alpine:3.22 AS release-image
57
58
ENV LIGHTTPD_VERSION=1.4.64-r0
59
0 commit comments