Skip to content

Commit 817bb80

Browse files
committed
Upgrade atlas to java 21
1 parent 7983b21 commit 817bb80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.atlas

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ubuntu:jammy as base
22
RUN apt-get update && \
3-
apt-get install --yes openjdk-17-jre-headless && \
3+
apt-get install --yes openjdk-21-jre-headless && \
44
apt-get clean
55

66
FROM base as builder

0 commit comments

Comments
 (0)