|
@@ -12,7 +12,7 @@ COPY . /app/
|
|
|
RUN go mod download
|
|
RUN go mod download
|
|
|
RUN go build -o external-secrets main.go
|
|
RUN go build -o external-secrets main.go
|
|
|
|
|
|
|
|
-FROM gcr.io/distroless/static@sha256:972618ca78034aaddc55864342014a96b85108c607372f7cbd0dbd1361f1d841 AS app
|
|
|
|
|
|
|
+FROM gcr.io/distroless/static@sha256:28efbe90d0b2f2a3ee465cc5b44f3f2cf5533514cf4d51447a977a5dc8e526d0 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
|