Skip to content

Commit

Permalink
Update ScalaCliDockerFile
Browse files Browse the repository at this point in the history
  • Loading branch information
i10416 authored Jan 22, 2024
1 parent b92d86a commit d975f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/docker/ScalaCliDockerFile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:stable-slim
FROM debian:bookworm-slim
RUN apt update && apt install build-essential libz-dev clang procps -y
ADD scala-cli /usr/bin/
RUN \
Expand Down

0 comments on commit d975f49

Please sign in to comment.