Skip to content

Commit ac982da

Browse files
authored
feat: bump alpine=3.21 in Dockerfile (#9907)
1 parent 3d393b6 commit ac982da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1.4
22

3-
FROM alpine:3.20 as build-environment
3+
FROM alpine:3.21 as build-environment
44

55
ARG TARGETARCH
66
WORKDIR /opt
@@ -30,7 +30,7 @@ RUN --mount=type=cache,target=/root/.cargo/registry --mount=type=cache,target=/r
3030
&& strip out/chisel \
3131
&& strip out/anvil;
3232

33-
FROM alpine:3.20 as foundry-client
33+
FROM alpine:3.21 as foundry-client
3434

3535
RUN apk add --no-cache linux-headers git gcompat libstdc++
3636

0 commit comments

Comments
 (0)