File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# syntax = docker/dockerfile:1.5.2
2
2
# tag needed for riscv64 support
3
- FROM --platform=$BUILDPLATFORM alpine:3.19 AS httpd_git
3
+ FROM --platform=$BUILDPLATFORM alpine:3.22 AS httpd_git
4
4
5
5
RUN apk add --no-cache git
6
6
WORKDIR /app
@@ -13,7 +13,7 @@ RUN git fetch origin tag "$BUSYBOX_VERSION" --no-tags
13
13
RUN git -c advice.detachedHead=false -c gc.auto=0 checkout "tags/$BUSYBOX_VERSION"
14
14
15
15
16
- FROM alpine:3.19 AS httpd
16
+ FROM alpine:3.22 AS httpd
17
17
18
18
RUN apk add --no-cache gcc make musl-dev
19
19
COPY --link --from=httpd_git /app /app
@@ -22,7 +22,7 @@ WORKDIR /app
22
22
RUN make -s -j4 && make install
23
23
24
24
25
- FROM --platform=$BUILDPLATFORM alpine:3.19 AS tini
25
+ FROM --platform=$BUILDPLATFORM alpine:3.22 AS tini
26
26
27
27
RUN apk add --no-cache curl
28
28
ARG TINI_VERSION="v0.19.0"
You can’t perform that action at this time.
0 commit comments