Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#65 from spectrocloud/PSS-2845-rel-3.4
Browse files Browse the repository at this point in the history
PSS-2845: Update go in Dockerfile
  • Loading branch information
jayesh-srivastava authored Apr 25, 2023
2 parents 35b9b4d + 6ff059f commit dec8662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.

# Build the manager binary
FROM golang:1.19.4 as builder
FROM golang:1.20.3 as builder
WORKDIR /workspace

# Run this with docker build --build_arg $(go env GOPROXY) to override the goproxy
Expand Down

0 comments on commit dec8662

Please sign in to comment.