Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Geometrically committed Jun 29, 2024
1 parent 34d9315 commit 0ae1e40
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 @@ -6,7 +6,7 @@ COPY . .
RUN cargo build --release


FROM debian:bookwormg-slim
FROM debian:bookworm-slim

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

0 comments on commit 0ae1e40

Please sign in to comment.