|
|
@@ -12,7 +12,7 @@ COPY . /app/
|
|
|
RUN go mod download
|
|
|
RUN go build -o external-secrets main.go
|
|
|
|
|
|
-FROM gcr.io/distroless/static@sha256:4b2a093ef4649bccd586625090a3c668b254cfe180dee54f4c94f3e9bd7e381e AS app
|
|
|
+FROM gcr.io/distroless/static@sha256:cd64bec9cec257044ce3a8dd3620cf83b387920100332f2b041f19c4d2febf93 AS app
|
|
|
COPY --from=builder /app/external-secrets /bin/external-secrets
|
|
|
|
|
|
# Run as UID for nobody
|