Skip to content

Commit

Permalink
Fix JDK version to 17 (#9390)
Browse files Browse the repository at this point in the history
  • Loading branch information
h7kanna committed Jan 10, 2022
1 parent a3557fc commit 3eb6473
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion airbyte-bootloader/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG JDK_VERSION=14.0.2
ARG JDK_VERSION=17.0.1
FROM openjdk:${JDK_VERSION}-slim

ENV APPLICATION airbyte-bootloader
Expand Down
2 changes: 1 addition & 1 deletion airbyte-container-orchestrator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG JDK_VERSION=14.0.2
ARG JDK_VERSION=17.0.1
FROM openjdk:${JDK_VERSION}-slim AS sync-attempt

ARG DOCKER_BUILD_ARCH=amd64
Expand Down

0 comments on commit 3eb6473

Please sign in to comment.