Skip to content

Commit

Permalink
chore(build): upgrade builder image to gradle:7.6.1-jdk17 (#1045)
Browse files Browse the repository at this point in the history
* chore(build): upgrade builder image to gradle:7.6.1-jdk11

* chore(build): upgrade builder image to gradle:7.6.1-jdk17
  • Loading branch information
difranca authored Jul 3, 2024
1 parent a88a461 commit 0681788
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,7 +1,7 @@
#
# Builder Image
#
FROM gradle:6.5-jdk11 AS builder
FROM gradle:7.6.1-jdk17 AS builder

# Prep build environment
ENV GRADLE_USER_HOME=cache
Expand Down

0 comments on commit 0681788

Please sign in to comment.