You've already forked oauth2-proxy
mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-07-15 01:44:22 +02:00
Update base docker image to alpine 3.16 (#1788)
* Update Dockerfile * Update CHANGELOG.md
This commit is contained in:
@ -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
|
- [#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
|
# V7.3.0
|
||||||
|
|
||||||
## Release Highlights
|
## 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}
|
# 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
|
# All builds should be done using the platform native to the build node to allow
|
||||||
# cache sharing of the go mod download step.
|
# cache sharing of the go mod download step.
|
||||||
|
Reference in New Issue
Block a user