Skip to content

Commit 8807e53

Browse files
Update alpine Docker tag to v3.20
1 parent 671d29e commit 8807e53

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
@@ -1,6 +1,6 @@
11
# syntax = docker/dockerfile:1.5.2
22
# tag needed for riscv64 support
3-
FROM --platform=$BUILDPLATFORM alpine:3.19 AS httpd_git
3+
FROM --platform=$BUILDPLATFORM alpine:3.20 AS httpd_git
44

55
RUN apk add --no-cache git
66
WORKDIR /app
@@ -13,7 +13,7 @@ RUN git fetch origin tag "$BUSYBOX_VERSION" --no-tags
1313
RUN git -c advice.detachedHead=false -c gc.auto=0 checkout "tags/$BUSYBOX_VERSION"
1414

1515

16-
FROM alpine:3.19 AS httpd
16+
FROM alpine:3.20 AS httpd
1717

1818
RUN apk add --no-cache gcc make musl-dev
1919
COPY --link --from=httpd_git /app /app
@@ -22,7 +22,7 @@ WORKDIR /app
2222
RUN make -s -j4 && make install
2323

2424

25-
FROM --platform=$BUILDPLATFORM alpine:3.19 AS tini
25+
FROM --platform=$BUILDPLATFORM alpine:3.20 AS tini
2626

2727
RUN apk add --no-cache curl
2828
ARG TINI_VERSION="v0.19.0"

0 commit comments

Comments
 (0)