From 80f179c6184242f66a4da78fd18c271b83c6cbfa Mon Sep 17 00:00:00 2001 From: Teddi Date: Sat, 18 May 2024 14:17:54 +0100 Subject: [PATCH] OpenSSL 3.2.x support & bump nginx versions --- .github/workflows/build-pull-request.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-pull-request.yml b/.github/workflows/build-pull-request.yml index 66b45ac..4f93145 100644 --- a/.github/workflows/build-pull-request.yml +++ b/.github/workflows/build-pull-request.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: - version: [1.20.2, 1.22.1, 1.24.0, 1.25.1] + version: [1.22.1, 1.24.0, 1.25.5, 1.26.0] steps: - uses: actions/checkout@v4 diff --git a/Dockerfile b/Dockerfile index d99b5f2..f216ba8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine as build ARG version=1.16.1 -ARG opensslversion=1.1.1w +ARG opensslversion=3.2.1 ARG zlibversion=1.3 RUN apk add --no-cache unzip bash gcc make pcre build-base pcre-dev perl-dev linux-headers