1
0

Merge pull request #977 from nginx-proxy/dependabot/docker/alpine-3.17.0

chore(deps): Bump alpine from 3.16.3 to 3.17.0
This commit is contained in:
Nicolas Duchon 2022-12-23 19:16:18 +01:00 committed by GitHub
commit 09a78d88e4
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

@ -1,6 +1,6 @@
FROM nginxproxy/docker-gen:0.9.1 AS docker-gen
FROM alpine:3.16.3
FROM alpine:3.17.0
ARG GIT_DESCRIBE
ARG ACMESH_VERSION=2.9.0

@ -27,9 +27,9 @@ trap cleanup EXIT
declare -A key_types
key_types=( \
['2048']='RSA Public-Key: (2048 bit)' \
['3072']='RSA Public-Key: (3072 bit)' \
['4096']='RSA Public-Key: (4096 bit)' \
['2048']='Public-Key: (2048 bit)' \
['3072']='Public-Key: (3072 bit)' \
['4096']='Public-Key: (4096 bit)' \
['ec-256']='prime256v1' \
['ec-384']='secp384r1' \
)