We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7329cac commit 1a695cbCopy full SHA for 1a695cb
pkg/plugins/hybrid/v1alpha/scaffolds/internal/templates/dockerfile.go
@@ -41,7 +41,7 @@ func (f *Dockerfile) SetTemplateDefaults() error {
41
// `api/` and `controller/` they would have to be added.
42
43
const dockerfileTemplate = `# Build the manager binary
44
-FROM golang:1.17 as builder
+FROM golang:1.18 as builder
45
46
WORKDIR /workspace
47
# Copy the Go Modules manifests
testdata/hybrid/memcached-operator/Dockerfile
@@ -1,5 +1,5 @@
1
# Build the manager binary
2
3
4
5
0 commit comments