Skip to content

Commit

Permalink
Merge pull request #33 from ymyzk/alpine-3.20
Browse files Browse the repository at this point in the history
Upgrade Alpine Linux from 3.19 to 3.20
  • Loading branch information
ymyzk authored Jul 6, 2024
2 parents eb07d8f + 3532b88 commit c219390
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.19-ocaml-5.1
FROM ocaml/opam:alpine-3.20-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.19
FROM alpine:3.20

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 c219390

Please sign in to comment.