Skip to content

Commit

Permalink
Bump Dockerfiles to go1.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuatcasey committed Apr 5, 2023
1 parent e66406f commit 93f51c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright 2020-2023 the Pinniped contributors. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0

FROM golang:1.20.2 as build-env
FROM golang:1.20.3 as build-env

WORKDIR /work
COPY . .
Expand Down
2 changes: 1 addition & 1 deletion hack/Dockerfile_fips
Original file line number Diff line number Diff line change
Expand Up @@ -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.20.2 as build-env
FROM golang:1.20.3 as build-env

WORKDIR /work
COPY . .
Expand Down

0 comments on commit 93f51c1

Please sign in to comment.