Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.

Dependency(deps): Bump eclipse-temurin from 17 to 19 #31

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY src src
COPY pom.xml pom.xml
RUN mvn clean package

FROM eclipse-temurin:17
FROM eclipse-temurin:19
ENV TZ=Europe/Berlin

WORKDIR /usr/src/jambeez
Expand Down