Skip to content

Commit

Permalink
chore(deps): update debian docker tag to v12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 18, 2023
1 parent a210c17 commit 2c5bbbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Dockerfile-ingestor
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ RUN --mount=type=cache,target=/ingestor/server cargo build --release
FROM gcr.io/distroless/cc
LABEL org.opencontainers.image.source=https://github.com/GiganticMinecraft/seichi-timed-stats-conifers
COPY --from=build-env --link /app/target/release/seichi-timed-stats-conifers-ingestor /
COPY --from=debian:bullseye /lib/x86_64-linux-gnu/libz.so.1 /lib/x86_64-linux-gnu/libz.so.1
COPY --from=debian:bookworm /lib/x86_64-linux-gnu/libz.so.1 /lib/x86_64-linux-gnu/libz.so.1
CMD ["./seichi-timed-stats-conifers-ingestor"]

0 comments on commit 2c5bbbf

Please sign in to comment.