diff --git a/ubuntu-2004/Dockerfile b/ubuntu-2004/Dockerfile index 7f3128c..e6e9978 100644 --- a/ubuntu-2004/Dockerfile +++ b/ubuntu-2004/Dockerfile @@ -4,7 +4,7 @@ ARG FLYWAY_VERSION=7.7.1 # Get JRE # https://www.digitalocean.com/community/tutorials/how-to-install-java-with-apt-on-ubuntu-18-04 -RUN apt-get update && apt-get install -y openjdk-11-jre-headless +RUN apt-get update && apt-get install -y openjdk-17-jre-headless # Get SQL Fluff for Flyway Check Command RUN pip3 install sqlfluff==1.2.1 diff --git a/ubuntu-2204/Dockerfile b/ubuntu-2204/Dockerfile index 418e521..b6bd800 100644 --- a/ubuntu-2204/Dockerfile +++ b/ubuntu-2204/Dockerfile @@ -4,7 +4,7 @@ ARG FLYWAY_VERSION=7.7.1 # Get JRE # https://www.digitalocean.com/community/tutorials/how-to-install-java-with-apt-on-ubuntu-18-04 -RUN apt-get update && apt-get install -y openjdk-11-jre-headless +RUN apt-get update && apt-get install -y openjdk-17-jre-headless # Get SQL Fluff for Flyway Check Command RUN pip3 install sqlfluff==1.2.1