Skip to content

Commit

Permalink
Shippingservice: update release image to match builder (#1243)
Browse files Browse the repository at this point in the history
fixes #1240
  • Loading branch information
styblope authored Nov 19, 2023
1 parent f8413fd commit c9efc8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shippingservice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ ENV GRPC_HEALTH_PROBE_VERSION=v0.4.18
RUN wget -qO/bin/grpc_health_probe https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/${GRPC_HEALTH_PROBE_VERSION}/grpc_health_probe-linux-${TARGETARCH} && \
chmod +x /bin/grpc_health_probe

FROM debian:bullseye-slim as release
FROM debian:bookworm-slim as release

WORKDIR /app
COPY --from=builder /app/target/release/shippingservice /app/shippingservice
Expand Down

0 comments on commit c9efc8a

Please sign in to comment.