Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
theRealKLH authored Jun 21, 2024
1 parent 0e3abec commit 8225699
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 @@ COPY . /build
WORKDIR /build
RUN mvn clean package -Dmaven.test.skip=true

FROM eclipse-temurin:21-jre-alpine AS run
FROM eclipse-temurin:21 AS run

ARG VERSION
ENV VERSION=${VERSION:-5.8.0}
Expand Down

0 comments on commit 8225699

Please sign in to comment.