Skip to content

Commit

Permalink
version: Bump Builder base
Browse files Browse the repository at this point in the history
- Now we are using fedora 38 and golang 1.20.12, bump the builder base
image to pick these up

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
  • Loading branch information
stevenhorsman authored and wainersm committed Dec 7, 2023
1 parent de4c21e commit 7eba89b
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
@@ -1,5 +1,5 @@
ARG BUILD_TYPE=dev
ARG BUILDER_BASE=quay.io/confidential-containers/golang-fedora:1.20.8-36
ARG BUILDER_BASE=quay.io/confidential-containers/golang-fedora:1.20.12-38
ARG BASE=registry.fedoraproject.org/fedora:38

# This dockerfile uses Go cross-compilation to build the binary,
Expand Down

0 comments on commit 7eba89b

Please sign in to comment.