Skip to content

Commit

Permalink
tier2: upgrade openjdk-19 to openjdk-22
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyene authored Jun 2, 2024
1 parent 05950ea commit d0c0a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tier2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apt-get update && \
apt-get install -y --no-install-recommends \
jq apt-transport-https dirmngr gnupg ca-certificates xz-utils \
$([ "$(arch)" = x86_64 ] && echo libc6-dev-i386) \
openjdk-19-jdk-headless clang llvm ghc golang racket ruby scala nasm chicken-bin && \
openjdk-22-jdk-headless clang llvm ghc golang racket ruby scala nasm chicken-bin && \
( export OPAMYES=1 OPAMJOBS=$(($(nproc) + 2)); \
apt-get install -y --no-install-recommends make m4 patch unzip libgmp-dev && \
bash -c 'echo | sh <(curl -sL https://raw.githubusercontent.com/ocaml/opam/master/shell/install.sh) --no-backup' && \
Expand Down

0 comments on commit d0c0a73

Please sign in to comment.