Skip to content

Commit e223ae2

Browse files
authored
Remove support for Alpine 3.17, Update minimum OpenSSL to 3.1.2 (#254)
* Remove support for Alpine 3.17, Update minimum OpenSSL to 3.1.2 * Remove support for Alpine 3.17, Update minimum OpenSSL to 3.1.2
1 parent c0b0f80 commit e223ae2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
image: ["3.17", "3.19", "3.20", "3.21", "3.22"]
22-
openssl_version: ["3.0.9"]
21+
image: ["3.19", "3.20", "3.21", "3.22"]
22+
openssl_version: ["3.1.2"]
2323
fail-fast: false
2424
steps:
2525
- name: Checkout Repository

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1.17
22
ARG BUILD_OS=alpine:3.22
3-
ARG OPENSSL_VERSION=3.0.9
3+
ARG OPENSSL_VERSION=3.1.2
44

55
FROM ${BUILD_OS} AS alpine
66
ARG OPENSSL_VERSION

0 commit comments

Comments
 (0)