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