Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Update OpenJDK version to 17 #3

Merged
merged 1 commit into from
Nov 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ubuntu-2004/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ubuntu-2204/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down