Skip to content

Commit

Permalink
change docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
NikkyAI committed Sep 4, 2024
1 parent 8858690 commit 1800c8e
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
@@ -1,9 +1,9 @@
FROM gradle:8-jdk17-alpine AS build
FROM gradle:8-jdk21-alpine AS build
COPY --chown=gradle:gradle . /home/gradle/src
WORKDIR /home/gradle/src
RUN gradle :shadowJar --no-daemon

FROM openjdk:17-alpine AS runtime
FROM amazoncorretto:21-alpine AS runtime

RUN mkdir /app

Expand Down

0 comments on commit 1800c8e

Please sign in to comment.