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 1f711f5 commit 24d3812Copy full SHA for 24d3812
changelog/fragments/image-ansible-operator-go-version.yaml
@@ -0,0 +1,5 @@
1
+entries:
2
+ - description: >
3
+ Bump the golang base image version in the ansible-operator Dockerfiles from 1.18 to 1.19
4
+ kind: "change"
5
+ breaking: false
images/ansible-operator-2.11-preview/Dockerfile
@@ -1,5 +1,5 @@
# Build the manager binary
-FROM --platform=$BUILDPLATFORM golang:1.18 as builder
+FROM --platform=$BUILDPLATFORM golang:1.19 as builder
ARG TARGETARCH
WORKDIR /workspace
images/ansible-operator/Dockerfile
0 commit comments