Skip to content

Commit

Permalink
Merge pull request #1354 from vmware-tanzu/dump_more_deps_dec_2022
Browse files Browse the repository at this point in the history
Bump Go 1.19.1 -> 1.19.4, and go-boringcrypto 1.18.6b7 -> 1.18.9b7
  • Loading branch information
cfryanr committed Dec 15, 2022
2 parents e3a963b + 6d3ed73 commit 39a95e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -3,7 +3,7 @@
# Copyright 2020-2022 the Pinniped contributors. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0

FROM golang:1.19.1 as build-env
FROM golang:1.19.4 as build-env

WORKDIR /work
COPY . .
Expand Down
2 changes: 1 addition & 1 deletion hack/Dockerfile_fips
Expand Up @@ -12,7 +12,7 @@
# any type of fips certification.

# use go-boringcrypto rather than main go
FROM us-docker.pkg.dev/google.com/api-project-999119582588/go-boringcrypto/golang:1.18.6b7 as build-env
FROM us-docker.pkg.dev/google.com/api-project-999119582588/go-boringcrypto/golang:1.18.9b7 as build-env

WORKDIR /work
COPY . .
Expand Down

0 comments on commit 39a95e1

Please sign in to comment.