1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00

chore(deps): bump golang from 1.21.2-alpine to 1.21.3-alpine ()

Bumps golang from 1.21.2-alpine to 1.21.3-alpine.
This commit is contained in:
dependabot[bot] 2023-10-17 19:32:18 +02:00 committed by GitHub
parent 1f1d738b22
commit 96c4f0c160
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.2-alpine AS builder
FROM golang:1.21.3-alpine AS builder
ARG TARGETOS
ARG TARGETARCH
ENV CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH}