Skip to content

Commit

Permalink
Merge pull request #977 from nginx-proxy/dependabot/docker/alpine-3.17.0
Browse files Browse the repository at this point in the history
chore(deps): Bump alpine from 3.16.3 to 3.17.0
  • Loading branch information
buchdag authored Dec 23, 2022
2 parents 87c27d2 + 23c5a23 commit 09a78d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions test/tests/private_keys/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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' \
)
Expand Down

0 comments on commit 09a78d8

Please sign in to comment.