mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Bump ubuntu base
Removed openjdk 16 as backport for jammy doesn't exist, most functions of 16 are in 17
This commit is contained in:
parent
55d924d45f
commit
01add23f69
@ -1,4 +1,4 @@
|
||||
FROM ubuntu:20.04
|
||||
FROM ubuntu:22.04
|
||||
|
||||
ENV DEBIAN_FRONTEND="noninteractive"
|
||||
|
||||
@ -24,7 +24,6 @@ RUN apt-get update \
|
||||
default-jre \
|
||||
openjdk-8-jre-headless \
|
||||
openjdk-11-jre-headless \
|
||||
openjdk-16-jre-headless \
|
||||
openjdk-17-jre-headless \
|
||||
&& apt-get autoremove \
|
||||
&& apt-get clean
|
||||
|
Loading…
Reference in New Issue
Block a user