Bump golang in Dockerfiles to 1.20.1

This commit is contained in:
Joshua Casey 2023-02-14 11:19:27 -06:00
parent 8b8af49651
commit 2bd24f674a
2 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
# syntax=docker/dockerfile:1
# Copyright 2020-2022 the Pinniped contributors. All Rights Reserved.
# Copyright 2020-2023 the Pinniped contributors. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0
FROM golang:1.19.5 as build-env
FROM golang:1.20.1 as build-env
WORKDIR /work
COPY . .

View File

@ -15,7 +15,7 @@
# hidden behind a `GOEXPERIMENT=boringcrypto` env var.
# See https://go.googlesource.com/go/+/dev.boringcrypto/README.boringcrypto.md
# and https://kupczynski.info/posts/fips-golang/ for details.
FROM golang:1.19.5 as build-env
FROM golang:1.20.1 as build-env
WORKDIR /work
COPY . .