Skip to content

Commit

Permalink
Update Gradle in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
waltkb committed Aug 30, 2023
1 parent 2df5b9b commit 702b656
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 @@ -10,7 +10,7 @@ COPY gradlew .
RUN dos2unix ./gradlew

# --- build-env
FROM docker.io/gradle:7.6-jdk as build-env
FROM docker.io/gradle:8-jdk as build-env

ARG SKIP_TESTS

Expand Down

0 comments on commit 702b656

Please sign in to comment.