diff --git a/operator/Dockerfile b/operator/Dockerfile index dcdc331306..1e226e69f7 100644 --- a/operator/Dockerfile +++ b/operator/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM --platform=$BUILDPLATFORM golang:1.19.3-alpine3.16 as builder +FROM --platform=$BUILDPLATFORM golang:1.19.4-alpine3.16 as builder ARG CONTROLLER_TOOLS_VERSION=v0.9.2 ARG GIT_HASH diff --git a/scheduler/Dockerfile b/scheduler/Dockerfile index 637af00036..a62eb062ef 100644 --- a/scheduler/Dockerfile +++ b/scheduler/Dockerfile @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -FROM --platform=$BUILDPLATFORM golang:1.19.3-alpine3.16 as builder +FROM --platform=$BUILDPLATFORM golang:1.19.4-alpine3.16 as builder ARG SCHEDULER_COMPATIBLE_K8S_VERSION ARG RELEASE_VERSION