Skip to content

Commit

Permalink
Use jdk-17 base image
Browse files Browse the repository at this point in the history
  • Loading branch information
BWibo committed Nov 26, 2023
1 parent 2ecbc24 commit 44e2e97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

# Fetch & build stage #########################################################
# ARGS
ARG BUILDER_IMAGE_TAG='11-jdk-jammy'
ARG RUNTIME_IMAGE_TAG='11-jdk-jammy'
ARG BUILDER_IMAGE_TAG='17-jdk-jammy'
ARG RUNTIME_IMAGE_TAG='17-jdk-jammy'

# Base image
FROM eclipse-temurin:${BUILDER_IMAGE_TAG} AS builder
Expand Down

0 comments on commit 44e2e97

Please sign in to comment.