Skip to content

Commit

Permalink
OpenSSL 3.2.x support & bump nginx versions
Browse files Browse the repository at this point in the history
  • Loading branch information
TeddiO committed May 18, 2024
1 parent 51e8eb9 commit 80f179c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 80f179c

Please sign in to comment.