Skip to content

Commit

Permalink
Update alpine Docker tag to v3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 7, 2024
1 parent e5fca86 commit 0cde94f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# NODEDATA-IMAGE
##########################################

FROM alpine:3.15 AS nodedata-image
FROM alpine:3.21 AS nodedata-image
# Install packages
RUN apk add --no-cache \
curl \
Expand Down Expand Up @@ -30,7 +30,7 @@ RUN python3 -m venv $VIRTUAL_ENV \
# WEBSSH-IMAGE
##########################################

FROM alpine:3.15 AS webssh-image
FROM alpine:3.21 AS webssh-image

RUN apk add --no-cache \
npm \
Expand All @@ -53,7 +53,7 @@ RUN addgroup --system webssh2 \
# RELEASE-IMAGE
##########################################

FROM alpine:3.15 AS release-image
FROM alpine:3.21 AS release-image

ENV LIGHTTPD_VERSION=1.4.64-r0

Expand Down

0 comments on commit 0cde94f

Please sign in to comment.