Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
julianocosta89 authored Nov 21, 2023
2 parents 2988f77 + c9efc8a commit a7d1822
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 a7d1822

Please sign in to comment.