Skip to content

Commit

Permalink
Merge pull request #30 from ymyzk/docker-upgrade
Browse files Browse the repository at this point in the history
Upgrade Alpine Linux to 3.19 and OCaml to 5.1
  • Loading branch information
ymyzk authored Mar 2, 2024
2 parents 2446d08 + bcb7619 commit 2d5ed74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ocaml/opam:alpine-3.15-ocaml-4.14
FROM ocaml/opam:alpine-3.19-ocaml-5.1

USER root
RUN apk --update add m4
Expand All @@ -7,7 +7,7 @@ USER opam
COPY . ./app/
RUN opam pin add lambda-dti ./app

FROM alpine:3.15
FROM alpine:3.19

RUN echo "@testing http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
RUN apk --update add rlwrap@testing
Expand Down

0 comments on commit 2d5ed74

Please sign in to comment.