1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-04-04 22:34:22 +02:00

chore(deps): update mcr.microsoft.com/vscode/devcontainers/go docker tag to v1 (#2453)

* chore(deps): update mcr.microsoft.com/vscode/devcontainers/go docker tag to v1

* Update .devcontainer/Dockerfile

Co-authored-by: Koen van Zuijlen <8818390+kvanzuijlen@users.noreply.github.com>

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Joel Speed <Joel.speed@hotmail.co.uk>
Co-authored-by: Koen van Zuijlen <8818390+kvanzuijlen@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-01-26 11:55:12 +00:00 committed by GitHub
parent ec13ae03c9
commit de0b6dd8a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
FROM mcr.microsoft.com/vscode/devcontainers/go:0-1.19
FROM mcr.microsoft.com/vscode/devcontainers/go:1-1.21
SHELL ["/bin/bash", "-o", "pipefail", "-c"]