Skip to content

Commit 6b8cd17

Browse files
authored
Update to using OpenSSL 3.6.2 (#46)
1 parent 988dbfa commit 6b8cd17

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
@@ -76,7 +76,7 @@ jobs:
7676
name: OpenSSL 3.x with ponyc main
7777
runs-on: ubuntu-latest
7878
container:
79-
image: ghcr.io/ponylang/shared-docker-ci-standard-builder-with-openssl-3.6.0:nightly
79+
image: ghcr.io/ponylang/shared-docker-ci-standard-builder-with-openssl-3.6.2:nightly
8080
steps:
8181
- uses: actions/checkout@v6.0.2
8282
- name: Test

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
name: OpenSSL 3.x with most recent ponyc release
5252
runs-on: ubuntu-latest
5353
container:
54-
image: ghcr.io/ponylang/shared-docker-ci-standard-builder-with-openssl-3.6.0:release
54+
image: ghcr.io/ponylang/shared-docker-ci-standard-builder-with-openssl-3.6.2:release
5555
steps:
5656
- uses: actions/checkout@v6.0.2
5757
- name: Test

0 commit comments

Comments
 (0)