Skip to content

Commit 2df81c2

Browse files
authored
chore(docker): bump alpine version to 3.22 (#11273)
Bump alpine version to 3.22
1 parent 2f0e9ab commit 2df81c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

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

3-
FROM alpine:3.21 AS build-environment
3+
FROM alpine:3.22 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.21 AS foundry-client
33+
FROM alpine:3.22 AS foundry-client
3434

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

0 commit comments

Comments
 (0)