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

Commit 3369c04

Browse files
authored
Update to using Libressl 4.2.1 (#14)
1 parent 1aa075b commit 3369c04

3 files changed

Lines changed: 3 additions & 3 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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/ponylang/shared-docker-ci-standard-builder-with-libressl-4.2.0:release AS build
1+
FROM ghcr.io/ponylang/shared-docker-ci-standard-builder-with-libressl-4.2.1:release AS build
22

33
WORKDIR /src
44
COPY . .

0 commit comments

Comments
 (0)