use ocaml 5.1 instead of 5.2
This commit is contained in:
parent
cb3888dbe0
commit
f36933b355
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# syntax=docker/dockerfile:1
|
# syntax=docker/dockerfile:1
|
||||||
|
|
||||||
FROM ocaml/opam:alpine-3.19-ocaml-5.2 AS builder
|
FROM ocaml/opam:alpine-3.19-ocaml-5.1 AS builder
|
||||||
WORKDIR /usr/src/pusk
|
WORKDIR /usr/src/pusk
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue