Skip to content

Commit 26783d3

Browse files
committed
Update to using OpenSSL 3.6.2
1 parent f70fc7b commit 26783d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Verify main against the latest ponyc
1313
runs-on: ubuntu-latest
1414
container:
15-
image: ghcr.io/ponylang/shared-docker-ci-standard-builder-with-openssl-3.6.0:nightly
15+
image: ghcr.io/ponylang/shared-docker-ci-standard-builder-with-openssl-3.6.2:nightly
1616
steps:
1717
- uses: actions/checkout@v6.0.2
1818
- 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 on Linux
2222
runs-on: ubuntu-latest
2323
container:
24-
image: ghcr.io/ponylang/shared-docker-ci-standard-builder-with-openssl-3.6.0:release
24+
image: ghcr.io/ponylang/shared-docker-ci-standard-builder-with-openssl-3.6.2:release
2525
steps:
2626
- uses: actions/checkout@v6.0.2
2727
- name: Test

0 commit comments

Comments
 (0)