File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.23 AS httpd_git
44
55RUN apk add --no-cache git
66WORKDIR /app
@@ -13,7 +13,7 @@ RUN git fetch origin tag "$BUSYBOX_VERSION" --no-tags
1313RUN 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.23 AS httpd
1717
1818RUN apk add --no-cache gcc make musl-dev
1919COPY --link --from=httpd_git /app /app
@@ -22,7 +22,7 @@ WORKDIR /app
2222RUN make -s -j4 && make install
2323
2424
25- FROM --platform=$BUILDPLATFORM alpine:3.19 AS tini
25+ FROM --platform=$BUILDPLATFORM alpine:3.23 AS tini
2626
2727RUN apk add --no-cache curl
2828ARG TINI_VERSION="v0.19.0"
You can’t perform that action at this time.
0 commit comments