diff --git a/Dockerfile.standalone b/Dockerfile.standalone index 0ad342c8b..0d18284b7 100644 --- a/Dockerfile.standalone +++ b/Dockerfile.standalone @@ -1,6 +1,6 @@ # This version of Dockerfile is for building without external dependencies. # Build a multi-platform image e.g. `docker buildx build --push --platform linux/arm64,linux/amd64 --tag external-secrets:dev --file Dockerfile.standalone .` -FROM golang:1.21.5-alpine AS builder +FROM golang:1.21.6-alpine AS builder ARG TARGETOS ARG TARGETARCH ENV CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} diff --git a/tilt.debug.dockerfile b/tilt.debug.dockerfile index acff0dc96..88ebfce07 100644 --- a/tilt.debug.dockerfile +++ b/tilt.debug.dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21.5 +FROM golang:1.21.6 WORKDIR / COPY ./bin/external-secrets /external-secrets