Skip to content

Commit

Permalink
👻 Use a new (konveyor builder) golang image (#158)
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Montleon <[email protected]>
  • Loading branch information
jmontleon authored Oct 19, 2023
1 parent 64644f5 commit 2fdf787
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 @@
# Build the manager binary
FROM registry.ci.openshift.org/openshift/release:golang-1.17 as builder
FROM quay.io/konveyor/builder:latest as builder
ENV GOFLAGS "-mod=mod"
WORKDIR /go/src/github.com/konveyor/crane

Expand Down

0 comments on commit 2fdf787

Please sign in to comment.