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