Skip to content

Commit

Permalink
tiervnoj: upgrade openjdk-19 to openjdk-22
Browse files Browse the repository at this point in the history
  • Loading branch information
hieplpvip committed Nov 28, 2024
1 parent e61aa01 commit 3b4841d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/tiervnoj/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM vnoj/runtimes-tier1
ARG TAG=master

RUN apt-get update && \
apt-get install -y --no-install-recommends openjdk-19-jdk-headless openjdk-19-jre-headless golang unzip jq && \
apt-get install -y --no-install-recommends openjdk-22-jdk-headless openjdk-22-jre-headless golang unzip jq && \
rm -rf /var/lib/apt/lists/*

# Install scratch-run + pypy + kotlin + rust
Expand Down

0 comments on commit 3b4841d

Please sign in to comment.