Skip to content

Commit

Permalink
Merge pull request #10 from bennesp/dependabot/docker/gradle-8.1.0-jdk17
Browse files Browse the repository at this point in the history
Bump gradle from 7.6.0-jdk17 to 8.1.0-jdk17
  • Loading branch information
bennesp authored Apr 17, 2023
2 parents 021741a + cccad0b commit cf379ec
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,5 +1,5 @@
# Dockerfile for a kotlin ktor server project
FROM gradle:7.6.0-jdk17 as builder
FROM gradle:8.1.0-jdk17 as builder
WORKDIR /home/gradle/src
COPY . .
RUN gradle build
Expand Down

0 comments on commit cf379ec

Please sign in to comment.