Skip to content

Commit

Permalink
Update debian Docker tag to v12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 16, 2023
1 parent 963cbe5 commit f62dc65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN cargo build --release
# ------------------- #
# -- Oghma Runtime -- #
# ------------------- #
FROM debian:11-slim as runtime
FROM debian:12-slim as runtime
WORKDIR /apps
COPY --from=builder /data/oghma/target/x86_64-unknown-linux-gnu/release/oghma-bot /data/oghma/target/release/oghma-bot ./
ENTRYPOINT ["/apps/oghma-bot"]
Expand Down

0 comments on commit f62dc65

Please sign in to comment.