mirror of
https://github.com/nginx-proxy/docker-letsencrypt-nginx-proxy-companion
synced 2024-11-26 08:53:52 +01:00
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:
commit
09a78d88e4
@ -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' \
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user