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