From 926965d85f39ac7dbd77a17fc968fef28218c7bd Mon Sep 17 00:00:00 2001 From: Daniel Larraz Date: Wed, 15 Jan 2025 10:32:40 -0600 Subject: [PATCH] ci: Bump ocaml version to 5.3 --- .github/workflows/kind2-release.yml | 4 ++-- docker/Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/kind2-release.yml b/.github/workflows/kind2-release.yml index 8074acfce..34565fef2 100644 --- a/.github/workflows/kind2-release.yml +++ b/.github/workflows/kind2-release.yml @@ -1,4 +1,4 @@ -name: Kind 2 Release +name: Kind 2 Nightlies / Release on: workflow_dispatch: @@ -66,7 +66,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest, macos-13, macos-14 ] - ocaml-version: [ 5.1.1 ] + ocaml-version: [ 5.3.0 ] runs-on: ${{ matrix.os }} steps: diff --git a/docker/Dockerfile b/docker/Dockerfile index 21d5f3313..26b6b4ea3 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,4 +1,4 @@ -FROM ocaml/opam:alpine-ocaml-5.2-flambda as builder +FROM ocaml/opam:alpine-ocaml-5.3-flambda as builder USER root