Skip to content

Commit

Permalink
Use JRE for runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
BWibo committed Nov 15, 2024
1 parent 31a699a commit 791da18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Fetch & build stage #########################################################
# ARGS
ARG BUILDER_IMAGE_TAG='21-jdk-jammy'
ARG RUNTIME_IMAGE_TAG='21-jdk-jammy'
ARG RUNTIME_IMAGE_TAG='21-jre-jammy'

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

0 comments on commit 791da18

Please sign in to comment.