Skip to content

Commit dfb3848

Browse files
Update alpine Docker tag to v3.22
1 parent e5fca86 commit dfb3848

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# NODEDATA-IMAGE
33
##########################################
44

5-
FROM alpine:3.15 AS nodedata-image
5+
FROM alpine:3.22 AS nodedata-image
66
# Install packages
77
RUN apk add --no-cache \
88
curl \
@@ -30,7 +30,7 @@ RUN python3 -m venv $VIRTUAL_ENV \
3030
# WEBSSH-IMAGE
3131
##########################################
3232

33-
FROM alpine:3.15 AS webssh-image
33+
FROM alpine:3.22 AS webssh-image
3434

3535
RUN apk add --no-cache \
3636
npm \
@@ -53,7 +53,7 @@ RUN addgroup --system webssh2 \
5353
# RELEASE-IMAGE
5454
##########################################
5555

56-
FROM alpine:3.15 AS release-image
56+
FROM alpine:3.22 AS release-image
5757

5858
ENV LIGHTTPD_VERSION=1.4.64-r0
5959

0 commit comments

Comments
 (0)