We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd42ef6 commit 6db1914Copy full SHA for 6db1914
.ci/Dockerfile
@@ -1,5 +1,5 @@
1
# Docker image used for continuous integration
2
-FROM golang:1.15.2
+FROM golang:1.15.4
3
4
ENV GOLANGCILINT_VERSION=1.27.0
5
ENV SHELLCHECK_VERSION=0.7.1
Dockerfile
# Build the operator binary
-FROM golang:1.15.2 as builder
+FROM golang:1.15.4 as builder
ARG GO_LDFLAGS
ARG GO_TAGS
hack/manifest-gen/Dockerfile
@@ -1,4 +1,4 @@
ADD . /manifest-gen
WORKDIR /manifest-gen
ENV GO111MODULE=on CGO_ENABLED=0 GOOS=linux
0 commit comments