mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-01-06 03:53:54 +02:00
Update base docker image to alpine 3.16 (#1788)
* Update Dockerfile * Update CHANGELOG.md
This commit is contained in:
parent
fbe7e6f58d
commit
b82593b9cc
@ -37,6 +37,8 @@ to remain consistent with CLI flags. You should specify `code_challenge_method`
|
||||
|
||||
- [#1762](https://github.com/oauth2-proxy/oauth2-proxy/pull/1762) Support negating for skip auth routes
|
||||
|
||||
- [#1788](https://github.com/oauth2-proxy/oauth2-proxy/pull/1788) Update base docker image to alpine 3.16
|
||||
|
||||
# V7.3.0
|
||||
|
||||
## Release Highlights
|
||||
|
@ -1,5 +1,5 @@
|
||||
# This ARG has to be at the top, otherwise the docker daemon does not known what to do with FROM ${RUNTIME_IMAGE}
|
||||
ARG RUNTIME_IMAGE=alpine:3.15
|
||||
ARG RUNTIME_IMAGE=alpine:3.16
|
||||
|
||||
# All builds should be done using the platform native to the build node to allow
|
||||
# cache sharing of the go mod download step.
|
||||
|
Loading…
Reference in New Issue
Block a user