Skip to content

Commit cf8295d

Browse files
authored
chore: Only use Alpine 3.21 (#3180)
1 parent d4fbc46 commit cf8295d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ENV OCAMLORG_PKG_STATE_PATH=package.state \
3333
OCAMLORG_REPO_PATH=opam-repository
3434
RUN touch package.state && ./init-cache package.state
3535

36-
FROM alpine:3.19
36+
FROM alpine:3.21
3737

3838
RUN apk -U upgrade --no-cache && apk add --no-cache \
3939
git \

0 commit comments

Comments
 (0)