Skip to content

Commit

Permalink
fix: debian slim
Browse files Browse the repository at this point in the history
  • Loading branch information
jetsung committed Dec 10, 2024
1 parent 36f28af commit cdfdc7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /app
COPY . .
RUN cargo install --path .

FROM debian:bullseye-slim
FROM debian:bookworm-slim
LABEL maintainer="Jetsung Chan<[email protected]>"

# RUN apt-get update && apt-get install -y locales libssl3 libssl-dev && rm -rf /var/lib/apt/lists/* \
Expand Down

0 comments on commit cdfdc7c

Please sign in to comment.