We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7983b21 commit 817bb80Copy full SHA for 817bb80
Dockerfile.atlas
@@ -1,6 +1,6 @@
1
FROM ubuntu:jammy as base
2
RUN apt-get update && \
3
- apt-get install --yes openjdk-17-jre-headless && \
+ apt-get install --yes openjdk-21-jre-headless && \
4
apt-get clean
5
6
FROM base as builder
0 commit comments