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

Commit

Permalink
Merge pull request #6 from OctopusDeployLabs/update-jdk
Browse files Browse the repository at this point in the history
Update OpenJDK version to 17
  • Loading branch information
twerthi authored Nov 21, 2023
2 parents cf3b0fa + 93d8b0d commit 3b1cee7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

# Get SQL Fluff for Flyway Check Command
RUN pip3 install sqlfluff==1.2.1
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

# Get SQL Fluff for Flyway Check Command
RUN pip3 install sqlfluff==1.2.1
Expand Down

0 comments on commit 3b1cee7

Please sign in to comment.