diff --git a/ubuntu-2004/Dockerfile b/ubuntu-2004/Dockerfile index b072e91..92b4473 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 # Change the workdir to flyway to install flyway binaries WORKDIR /flyway diff --git a/ubuntu-2204/Dockerfile b/ubuntu-2204/Dockerfile index 8be2637..27043e2 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 # Change the workdir to flyway to install flyway binaries WORKDIR /flyway