From 216cd715ff60662c5733a2a11837b44f566bb46b Mon Sep 17 00:00:00 2001 From: Christoph Knittel Date: Sat, 3 Feb 2024 08:06:04 +0700 Subject: [PATCH] Use clearer tag name for CI docker image --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 257a5f0cce..0b2cff5378 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: runs-on: ${{matrix.os}} container: - image: ghcr.io/rescript-lang/rescript-ci-build:v1.2.0 + image: ghcr.io/rescript-lang/rescript-ci-build:alpine-3.19-ocaml-4.14.1-02 steps: # See https://github.com/actions/runner/issues/801#issuecomment-1374967227.