Skip to content

Commit

Permalink
Merge pull request #30 from Adminiuga/deb-bookworm
Browse files Browse the repository at this point in the history
Use Debian Bookworm for container image
  • Loading branch information
agners authored Aug 8, 2023
2 parents bf0bbdb + 88c93f0 commit 5797090
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,4 +1,4 @@
FROM debian:bullseye
FROM debian:bookworm

ARG DEBIAN_FRONTEND=noninteractive

Expand All @@ -12,7 +12,7 @@ RUN \
jq \
libgl1 \
make \
openjdk-17-jre-headless \
default-jre-headless \
patch \
python3 \
unzip
Expand Down

0 comments on commit 5797090

Please sign in to comment.