Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/Dockerfile.auth-broker
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ COPY . .
RUN touch auth-broker/src/main.rs \
&& cargo auditable build --release --package auth-broker

FROM gcr.io/distroless/cc-debian12@sha256:d703b626ba455c4e6c6fbe5f36e6f427c85d51445598d564652a2f334179f96e AS deploy
FROM gcr.io/distroless/cc-debian12@sha256:e8e7ee4b8b106d4c5fde9e422a321b2b8a2d5cca546c97adcce927f3e1d36e36 AS deploy

COPY --from=build /app/target/release/auth-broker /auth-broker

Expand Down
2 changes: 1 addition & 1 deletion backend/Dockerfile.auth-daemon
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ COPY . .
RUN touch auth-daemon/src/main.rs \
&& cargo auditable build --release --package auth-daemon

FROM gcr.io/distroless/cc-debian12@sha256:d703b626ba455c4e6c6fbe5f36e6f427c85d51445598d564652a2f334179f96e AS deploy
FROM gcr.io/distroless/cc-debian12@sha256:e8e7ee4b8b106d4c5fde9e422a321b2b8a2d5cca546c97adcce927f3e1d36e36 AS deploy

COPY --from=build /app/target/release/auth-daemon /auth-daemon

Expand Down
2 changes: 1 addition & 1 deletion backend/Dockerfile.auth-gateway
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN touch --date @0 auth-gateway/src/main.rs \
RUN touch auth-gateway/src/main.rs \
&& cargo auditable build --release --package auth-gateway

FROM gcr.io/distroless/cc-debian12@sha256:d703b626ba455c4e6c6fbe5f36e6f427c85d51445598d564652a2f334179f96e AS deploy
FROM gcr.io/distroless/cc-debian12@sha256:e8e7ee4b8b106d4c5fde9e422a321b2b8a2d5cca546c97adcce927f3e1d36e36 AS deploy

COPY --from=build /app/target/release/auth-gateway /auth-gateway

Expand Down
2 changes: 1 addition & 1 deletion backend/Dockerfile.graph-proxy
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ COPY . .
RUN touch graph-proxy/src/main.rs \
&& cargo auditable build --release --package graph-proxy

FROM gcr.io/distroless/cc-debian12@sha256:d703b626ba455c4e6c6fbe5f36e6f427c85d51445598d564652a2f334179f96e AS deploy
FROM gcr.io/distroless/cc-debian12@sha256:e8e7ee4b8b106d4c5fde9e422a321b2b8a2d5cca546c97adcce927f3e1d36e36 AS deploy

COPY --from=build /app/target/release/graph-proxy /graph-proxy

Expand Down
2 changes: 1 addition & 1 deletion backend/Dockerfile.sessionspaces
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ COPY . .
RUN touch sessionspaces/src/main.rs \
&& cargo auditable build --release --package sessionspaces

FROM gcr.io/distroless/cc-debian12@sha256:d703b626ba455c4e6c6fbe5f36e6f427c85d51445598d564652a2f334179f96e AS deploy
FROM gcr.io/distroless/cc-debian12@sha256:e8e7ee4b8b106d4c5fde9e422a321b2b8a2d5cca546c97adcce927f3e1d36e36 AS deploy

COPY --from=build /app/target/release/sessionspaces /sessionspaces

Expand Down
Loading