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 caf6f04 commit 3b1335aCopy full SHA for 3b1335a
Dockerfile
@@ -15,7 +15,7 @@
15
# limitations under the License.
16
17
# Build the manager binary
18
-FROM golang:1.17.10 as builder
+FROM golang:1.17.11 as builder
19
20
WORKDIR /workspace
21
# Copy the Go Modules manifests
hack/ccm/Dockerfile
@@ -14,7 +14,7 @@
14
# See the License for the specific language governing permissions and
-ARG GOLANG_IMAGE=golang:1.17
+ARG GOLANG_IMAGE=golang:1.17.11
ARG TARGETPLATFORM=linux/amd64
ARG ARCH=amd64
0 commit comments