File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,6 @@ RUN if [ "${TARGETARCH}" = "arm64" ] && [ "${BUILDARCH}" != "arm64" ]; then \
4242 cmd/config-reloader/*.go
4343
4444
45- FROM gke.gcr.io/gke-distroless/libc:gke_distroless_20250807 .00_p0
45+ FROM gke.gcr.io/gke-distroless/libc:gke_distroless_20251007 .00_p0@sha256:06e60d7033d3b97a1be5aa0093b7c75312a8856fa413194e6d187b79d4b34f64
4646COPY --from=buildbase /app/config-reloader /bin/config-reloader
4747ENTRYPOINT ["/bin/config-reloader" ]
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ RUN if [ "${TARGETARCH}" = "arm64" ] && [ "${BUILDARCH}" != "arm64" ]; then \
4242 cmd/datasource-syncer/*.go
4343
4444
45- FROM gke.gcr.io/gke-distroless/libc:gke_distroless_20250807 .00_p0
45+ FROM gke.gcr.io/gke-distroless/libc:gke_distroless_20251007 .00_p0@sha256:06e60d7033d3b97a1be5aa0093b7c75312a8856fa413194e6d187b79d4b34f64
4646COPY --from=buildbase /app/datasource-syncer /bin/datasource-syncer
4747ENTRYPOINT ["/bin/datasource-syncer" ]
4848
Original file line number Diff line number Diff line change @@ -55,6 +55,6 @@ RUN if [ "${TARGETARCH}" = "arm64" ] && [ "${BUILDARCH}" != "arm64" ]; then \
5555 cmd/frontend/*.go
5656
5757
58- FROM gke.gcr.io/gke-distroless/libc:gke_distroless_20250807 .00_p0
58+ FROM gke.gcr.io/gke-distroless/libc:gke_distroless_20251007 .00_p0@sha256:06e60d7033d3b97a1be5aa0093b7c75312a8856fa413194e6d187b79d4b34f64
5959COPY --from=appbase /app/frontend /bin/frontend
6060ENTRYPOINT ["/bin/frontend" ]
Original file line number Diff line number Diff line change @@ -43,6 +43,6 @@ RUN if [ "${TARGETARCH}" = "arm64" ] && [ "${BUILDARCH}" != "arm64" ]; then \
4343 cmd/operator/*.go
4444
4545
46- FROM gke.gcr.io/gke-distroless/libc:gke_distroless_20250807 .00_p0
46+ FROM gke.gcr.io/gke-distroless/libc:gke_distroless_20251007 .00_p0@sha256:06e60d7033d3b97a1be5aa0093b7c75312a8856fa413194e6d187b79d4b34f64
4747COPY --from=buildbase /app/operator /bin/operator
4848ENTRYPOINT ["/bin/operator" ]
Original file line number Diff line number Diff line change @@ -44,6 +44,6 @@ RUN if [ "${TARGETARCH}" = "arm64" ] && [ "${BUILDARCH}" != "arm64" ]; then \
4444 cmd/rule-evaluator/*.go
4545
4646
47- FROM gke.gcr.io/gke-distroless/libc:gke_distroless_20250807 .00_p0
47+ FROM gke.gcr.io/gke-distroless/libc:gke_distroless_20251007 .00_p0@sha256:06e60d7033d3b97a1be5aa0093b7c75312a8856fa413194e6d187b79d4b34f64
4848COPY --from=buildbase /app/rule-evaluator /bin/rule-evaluator
4949ENTRYPOINT ["/bin/rule-evaluator" ]
You can’t perform that action at this time.
0 commit comments