Skip to content

Commit

Permalink
Use latest Ubuntu in base image
Browse files Browse the repository at this point in the history
  • Loading branch information
BWibo committed Nov 15, 2024
1 parent 9a0aa9e commit f0e9c4d
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='21-jdk-jammy'
ARG RUNTIME_IMAGE_TAG='21-jre-jammy'
ARG BUILDER_IMAGE_TAG='21-jdk-noble'
ARG RUNTIME_IMAGE_TAG='21-jre-noble'

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

0 comments on commit f0e9c4d

Please sign in to comment.