Skip to content
This repository was archived by the owner on May 30, 2026. It is now read-only.

Commit 2faf3f9

Browse files
authored
Update to using Libressl 4.2.1 (#103)
1 parent d60b2c0 commit 2faf3f9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Test against ponyc main
1414
runs-on: ubuntu-latest
1515
container:
16-
image: ghcr.io/ponylang/shared-docker-ci-standard-builder-with-libressl-4.2.0:nightly
16+
image: ghcr.io/ponylang/shared-docker-ci-standard-builder-with-libressl-4.2.1:nightly
1717
steps:
1818
- uses: actions/checkout@v6.0.2
1919
- name: Test

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: Test against recent ponyc release
2222
runs-on: ubuntu-latest
2323
container:
24-
image: ghcr.io/ponylang/shared-docker-ci-standard-builder-with-libressl-4.2.0:release
24+
image: ghcr.io/ponylang/shared-docker-ci-standard-builder-with-libressl-4.2.1:release
2525
steps:
2626
- uses: actions/checkout@v6.0.2
2727
- name: Test

0 commit comments

Comments
 (0)