update go 1.18

This commit is contained in:
yugo kobayashi
2022-07-07 19:50:47 +00:00
parent 4653f5d9d3
commit 6fb96b7d53
88 changed files with 1243 additions and 14144 deletions

View File

@@ -144,7 +144,7 @@ The script wraps itself using ` + "`" + `config run wrap -- $0` + "`" + ` which
` + "`" + `Dockerfile` + "`" + ` installs ` + "`" + `kustomize fn` + "`" + ` and copies the script into the container image.
FROM golang:1.13-stretch
FROM golang:1.18-stretch
RUN go get sigs.k8s.io/kustomize/cmd/config
RUN mv /go/bin/config /usr/bin/config
COPY nginx-template.sh /usr/bin/nginx-template.sh