From 7abcd97f93e6ae5694423dd8ab1455b9b8cc6e6a Mon Sep 17 00:00:00 2001 From: Sean T Allen Date: Sun, 22 Oct 2023 09:23:43 -0400 Subject: [PATCH] Update to LibreSSL 3.7.3 (#281) --- .github/workflows/breakage-against-linux-ponyc-latest.yml | 2 +- .github/workflows/nightlies.yml | 2 +- .github/workflows/pr.yml | 2 +- .github/workflows/release.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/breakage-against-linux-ponyc-latest.yml b/.github/workflows/breakage-against-linux-ponyc-latest.yml index e2fc447..a708548 100644 --- a/.github/workflows/breakage-against-linux-ponyc-latest.yml +++ b/.github/workflows/breakage-against-linux-ponyc-latest.yml @@ -9,7 +9,7 @@ jobs: name: Verify main against ponyc main on Linux runs-on: ubuntu-latest container: - image: ghcr.io/ponylang/shared-docker-ci-x86-64-unknown-linux-builder-with-libressl-3.7.2:latest + image: ghcr.io/ponylang/shared-docker-ci-x86-64-unknown-linux-builder-with-libressl-3.7.3:latest steps: - uses: actions/checkout@v3 - name: Test with a recent ponyc from main diff --git a/.github/workflows/nightlies.yml b/.github/workflows/nightlies.yml index 4fe8f3e..bb8d76a 100644 --- a/.github/workflows/nightlies.yml +++ b/.github/workflows/nightlies.yml @@ -9,7 +9,7 @@ jobs: name: Build and upload x86-64-unknown-linux-nightly to Cloudsmith runs-on: ubuntu-latest container: - image: ghcr.io/ponylang/shared-docker-ci-x86-64-unknown-linux-builder-with-libressl-3.7.2:release + image: ghcr.io/ponylang/shared-docker-ci-x86-64-unknown-linux-builder-with-libressl-3.7.3:release steps: - uses: actions/checkout@v3 - name: Build and upload diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 06aaeff..3c31b12 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -44,7 +44,7 @@ jobs: name: Verify PR builds on Linux with most recent ponyc release runs-on: ubuntu-latest container: - image: ghcr.io/ponylang/shared-docker-ci-x86-64-unknown-linux-builder-with-libressl-3.7.2:release + image: ghcr.io/ponylang/shared-docker-ci-x86-64-unknown-linux-builder-with-libressl-3.7.3:release steps: - uses: actions/checkout@v3 - name: Test with the most recent ponyc release diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a317e6f..9f22663 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: needs: - pre-artefact-creation container: - image: ghcr.io/ponylang/shared-docker-ci-x86-64-unknown-linux-builder-with-libressl-3.7.2:release + image: ghcr.io/ponylang/shared-docker-ci-x86-64-unknown-linux-builder-with-libressl-3.7.3:release steps: - uses: actions/checkout@v3 - name: Build and upload