Skip to content

Commit ffc56ed

Browse files
authored
Merge pull request #137 from netbootxyz/renovate/alpine-3.x
Update alpine Docker tag to v3.23.4
2 parents 26fbd55 + edb96b2 commit ffc56ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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.23.3 AS build
2+
FROM alpine:3.23.4 AS build
33

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

3434
# Production stage - Final container
35-
FROM alpine:3.23.3
35+
FROM alpine:3.23.4
3636

3737
# Build arguments for labels
3838
ARG BUILD_DATE

0 commit comments

Comments
 (0)