Skip to content

Commit 7b81764

Browse files
authored
Merge pull request #147 from netbootxyz/renovate/alpine-3.x
Update alpine Docker tag to v3.24.1
2 parents 6f3120f + a909290 commit 7b81764

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.4 AS build
2+
FROM alpine:3.24.1 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.4
35+
FROM alpine:3.24.1
3636

3737
# Build arguments for labels
3838
ARG BUILD_DATE

0 commit comments

Comments
 (0)