Skip to content

Commit 484cd5f

Browse files
authored
chore: use newer Docker image in order to reset opam-repository to the new opam pin (#3134)
1 parent 25a0db2 commit 484cd5f

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
@@ -1,4 +1,4 @@
1-
FROM ocaml/opam:alpine-3.19-ocaml-5.2 AS build
1+
FROM ocaml/opam:alpine-3.21-ocaml-5.2 AS build
22

33
# Install system dependencies
44
RUN sudo apk -U upgrade --no-cache && sudo apk add --no-cache \

0 commit comments

Comments
 (0)