Skip to content

Commit 988dbfa

Browse files
authored
Update to using Libressl 4.2.1 (#45)
1 parent 8d84f41 commit 988dbfa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/breakage-against-linux-ponyc-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
name: LibreSSL 4.x with ponyc main
3535
runs-on: ubuntu-latest
3636
container:
37-
image: ghcr.io/ponylang/shared-docker-ci-standard-builder-with-libressl-4.2.0:nightly
37+
image: ghcr.io/ponylang/shared-docker-ci-standard-builder-with-libressl-4.2.1:nightly
3838
steps:
3939
- uses: actions/checkout@v6.0.2
4040
- name: Test

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
name: LibreSSL 4.x with most recent ponyc release
3232
runs-on: ubuntu-latest
3333
container:
34-
image: ghcr.io/ponylang/shared-docker-ci-standard-builder-with-libressl-4.2.0:release
34+
image: ghcr.io/ponylang/shared-docker-ci-standard-builder-with-libressl-4.2.1:release
3535
steps:
3636
- uses: actions/checkout@v6.0.2
3737
- name: Test

0 commit comments

Comments
 (0)