Skip to content

Commit

Permalink
chore: update ocaml to 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eWert-Online committed Jul 14, 2024
1 parent 0f460fc commit cbd8753
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
# - windows-latest
- macOS-latest
ocaml-compiler:
- 5.1.x
- 5.2.x
runs-on: ${{ matrix.os }}
steps:
- name: Setup OpenSSL (macOS)
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN ./configure --prefix=/usr --libdir=/lib --static && \
make install pkgconfigdir="/usr/lib/pkgconfig"


FROM ocaml/opam:alpine-ocaml-5.1-flambda
FROM ocaml/opam:alpine-ocaml-5.2-flambda

RUN sudo apk add --no-cache --update \
bash make cmake curl perl-utils git patch gcc g++ \
Expand Down

0 comments on commit cbd8753

Please sign in to comment.