Răsfoiți Sursa

chore(deps): bump distroless/static from `9197324` to `f2ea270` (#6863)

Bumps distroless/static from `9197324` to `f2ea270`.

---
updated-dependencies:
- dependency-name: distroless/static
  dependency-version: f2ea2709ac8db56323cbd7d014277f32cb572d9ea124b0076f7aafe5980678fe
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 6 zile în urmă
părinte
comite
06757ff2c3
2 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 1 1
      Dockerfile
  2. 1 1
      Dockerfile.standalone

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM gcr.io/distroless/static@sha256:9197324ba51d9cd071af8505989365c006adf9d6d2067eada25aef00abbb5278
+FROM gcr.io/distroless/static@sha256:f2ea2709ac8db56323cbd7d014277f32cb572d9ea124b0076f7aafe5980678fe
 
 # Add metadata
 LABEL maintainer="cncf-externalsecretsop-maintainers@lists.cncf.io" \

+ 1 - 1
Dockerfile.standalone

@@ -12,7 +12,7 @@ COPY . /app/
 RUN go mod download
 RUN go build -o external-secrets main.go
 
-FROM gcr.io/distroless/static@sha256:9197324ba51d9cd071af8505989365c006adf9d6d2067eada25aef00abbb5278 AS app
+FROM gcr.io/distroless/static@sha256:f2ea2709ac8db56323cbd7d014277f32cb572d9ea124b0076f7aafe5980678fe AS app
 COPY --from=builder /app/external-secrets /bin/external-secrets
 
 # Run as UID for nobody