Skip to content

Commit

Permalink
Update JDK docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Sep 26, 2024
1 parent a22f2f5 commit 29ab2e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.koyeb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Start with a base image containing Maven
FROM maven:3.8.3-openjdk-17-slim AS build
FROM maven:3.9.9-eclipse-temurin-17-alpine AS build

# Set the working directory in the container
WORKDIR /app
Expand All @@ -11,7 +11,7 @@ COPY . .
RUN mvn clean package

# Use Red Hat's OpenJDK 21 as base image
FROM registry.access.redhat.com/ubi8/openjdk-21:1.18
FROM registry.access.redhat.com/ubi8/openjdk-21:1.20

ENV LANGUAGE='en_US:en'

Expand Down

0 comments on commit 29ab2e2

Please sign in to comment.