Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
morphy2k committed Jan 21, 2024
1 parent fc2e50d commit d7e26bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
FROM rust:1.75.0 as builder
FROM rust:1.75.0-bookworm as builder

ENV PKG_CONFIG_ALLOW_CROSS=1

WORKDIR /usr/src/rss-forwarder
COPY . .
RUN cargo install --path .

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

LABEL repository="https://github.com/morphy2k/rss-forwarder"
LABEL maintainer="Markus Wiegand <mail@morphy2k.dev>"
LABEL maintainer="Markus Wiegand <mail@morphy.dev>"

LABEL org.opencontainers.image.source="https://github.com/morphy2k/rss-forwarder"

Expand Down

0 comments on commit d7e26bd

Please sign in to comment.