Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8aa95c1

Browse files
authored
Merge pull request #110 from netbootxyz/renovate/alpine-3.x
Update alpine Docker tag to v3.22.2
2 parents 769929c + 84dfec3 commit 8aa95c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎Dockerfile‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build stage - Download and prepare webapp
2-
FROM alpine:3.22.1 AS build
2+
FROM alpine:3.22.2 AS build
33

44
# Set version label
55
ARG WEBAPP_VERSION
@@ -30,7 +30,7 @@ RUN apk add --no-cache --virtual .build-deps \
3030
&& apk del .build-deps
3131

3232
# Production stage - Final container
33-
FROM alpine:3.22.1
33+
FROM alpine:3.22.2
3434

3535
# Build arguments for labels
3636
ARG BUILD_DATE

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /