Skip to content

Commit

Permalink
Update docker build images
Browse files Browse the repository at this point in the history
  • Loading branch information
joryirving authored Jan 22, 2024
1 parent d844c9c commit 25787c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/rss-forwarder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.75.0 as builder
FROM rust:1.75.0-bookworm as builder

ARG VERSION
ARG CHANNEL
Expand All @@ -23,7 +23,7 @@ RUN wget https://github.com/morphy2k/rss-forwarder/archive/refs/tags/v${VERSION}
&& cd rss-forwarder-${VERSION} \
&& cargo install --path .

FROM gcr.io/distroless/cc-debian11
FROM gcr.io/distroless/cc-debian12

COPY --from=builder /usr/local/cargo/bin/rss-forwarder /usr/local/bin/rss-forwarder

Expand Down

0 comments on commit 25787c4

Please sign in to comment.