Skip to content

Commit

Permalink
Upgrade base images for Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamuko committed Nov 9, 2023
1 parent 137962d commit 78768c2
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,6 +1,6 @@
# BUILD CONTAINER

FROM rust:1.65 as build
FROM rust:1.73 as build

ENV CARGO_NET_GIT_FETCH_WITH_CLI=true

Expand All @@ -23,7 +23,7 @@ RUN cargo build --release

# RUNTIME CONTAINER

FROM debian:bullseye-slim
FROM debian:bookworm-slim

RUN apt-get update && apt-get install -y \
ca-certificates \
Expand Down

0 comments on commit 78768c2

Please sign in to comment.