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

Commit

Permalink
Choosing jdk17 specifically
Browse files Browse the repository at this point in the history
  • Loading branch information
twerthi committed Nov 21, 2023
1 parent 5ac0298 commit 93d8b0d
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-19-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-19-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 93d8b0d

Please sign in to comment.