Skip to content

Commit

Permalink
Update debian to 12 (#602)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzejkop committed Sep 19, 2023
1 parent 28f9a81 commit 20a41f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:11 as build-env
FROM debian:12 as build-env

WORKDIR /src

Expand Down Expand Up @@ -30,7 +30,7 @@ RUN cargo build --release --features mimalloc
RUN /src/target/release/signup-sequencer --version

# cc variant because we need libgcc and others
FROM gcr.io/distroless/cc-debian11:nonroot
FROM gcr.io/distroless/cc-debian12:nonroot

# Expose Prometheus
ENV PROMETHEUS="http://0.0.0.0:9998/metrics"
Expand Down

0 comments on commit 20a41f8

Please sign in to comment.