Skip to content

Commit

Permalink
Merge pull request #61 from kit-sdq/dependabot/docker/gradle-8.4-jdk17
Browse files Browse the repository at this point in the history
Dependency(deps): Bump gradle from 7.5-jdk17 to 8.4-jdk17
  • Loading branch information
tsaglam authored Oct 12, 2023
2 parents 8da031b + 2154eb7 commit 0e0a8e8
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
@@ -1,4 +1,4 @@
FROM gradle:7.5-jdk17 as builder
FROM gradle:8.4-jdk17 as builder
WORKDIR /usr/src/newslist
COPY . .
RUN chmod +x ./gradlew && ./gradlew bootJar
Expand Down

0 comments on commit 0e0a8e8

Please sign in to comment.