Skip to content

Commit 6076f1e

Browse files
Update final image to use debian 11
1 parent 7379d24 commit 6076f1e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

query-container/publish-api/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ COPY . .
2020
WORKDIR /usr/src
2121
RUN cargo install --force --path .
2222

23-
FROM gcr.io/distroless/cc@sha256:3b75fdd33932d16e53a461277becf57c4f815c6cee5f6bc8f52457c095e004c8
23+
FROM gcr.io/distroless/cc-debian11@sha256:55a5e011b2c4246b4c51e01fcc2b452d151e03df052e357465f0392fcd59fddf
2424
# gcr.io/distroless/cc
2525
ENV RUST_BACKTRACE=1
2626
COPY --from=builder /usr/local/cargo/bin/publish-api /usr/local/bin/publish-api

query-container/view-svc/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ COPY . .
2020
WORKDIR /usr/src
2121
RUN cargo install --force --path .
2222

23-
FROM gcr.io/distroless/cc@sha256:3b75fdd33932d16e53a461277becf57c4f815c6cee5f6bc8f52457c095e004c8
23+
FROM gcr.io/distroless/cc-debian11@sha256:55a5e011b2c4246b4c51e01fcc2b452d151e03df052e357465f0392fcd59fddf
2424
# gcr.io/distroless/cc
2525
ENV RUST_BACKTRACE=1
2626
COPY --from=builder /usr/local/cargo/bin/view-svc /usr/local/bin/view-svc

sources/shared/change-dispatcher/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ COPY ./sources/shared/change-dispatcher .
2626
RUN cargo install --force --path .
2727

2828

29-
FROM gcr.io/distroless/cc@sha256:3b75fdd33932d16e53a461277becf57c4f815c6cee5f6bc8f52457c095e004c8
29+
FROM gcr.io/distroless/cc-debian11@sha256:55a5e011b2c4246b4c51e01fcc2b452d151e03df052e357465f0392fcd59fddf
3030
# gcr.io/distroless/cc
3131
ENV RUST_BACKTRACE=1
3232
COPY --from=builder /usr/local/cargo/bin/change-dispatcher /usr/local/bin/change-dispatcher

sources/shared/query-api/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ COPY ./sources/shared/query-api .
2626
RUN cargo install --force --path .
2727

2828

29-
FROM gcr.io/distroless/cc@sha256:b6e1e913f633495eeb80a41e03de1a41aa863e9b19902309b180ffdc4b99db2c
29+
FROM gcr.io/distroless/cc-debian11@sha256:55a5e011b2c4246b4c51e01fcc2b452d151e03df052e357465f0392fcd59fddf
3030
ENV RUST_BACKTRACE=1
3131
COPY --from=builder /usr/local/cargo/bin/query-api /usr/local/bin/query-api
3232
# RUN apt-get update && apt install -y openssl

0 commit comments

Comments
 (0)