Skip to content

Commit

Permalink
Bump dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeJMattson committed Jun 14, 2024
1 parent fdce021 commit dba50fd
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:7.1-jdk16 AS build
FROM gradle:8.8-jdk21 AS build
COPY --chown=gradle:gradle . /logbot
WORKDIR /logbot
RUN gradle shadowJar --no-daemon

FROM openjdk:11.0.8-jre-slim
FROM openjdk:11.0.16-jre-slim
RUN mkdir /config/
COPY --from=build /logbot/build/libs/*.jar /

Expand Down

0 comments on commit dba50fd

Please sign in to comment.