|
@@ -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:d9f9472a8f4541368192d714a995eb1a99bab1f7071fc8bde261d7eda3b667d8 AS app
|
|
|
|
|
|
|
+FROM gcr.io/distroless/static@sha256:b7b9a6953e7bed6baaf37329331051d7bdc1b99c885f6dbeb72d75b1baad54f9 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
|