Skip to content

Commit

Permalink
[cuegot] Upgrade gradle version on dockerfile (AcademySoftwareFoundat…
Browse files Browse the repository at this point in the history
…ion#1523)

The version of gradle was updated on
AcademySoftwareFoundation#1393 but the
change didn't make it to the Dockerfile.
  • Loading branch information
DiegoTavares authored Oct 1, 2024
1 parent 798bfa6 commit 6b1f912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cuebot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -----------------
# BUILD
# -----------------
FROM gradle:6.0.1-jdk13 AS build
FROM gradle:7.6.4-jdk17 AS build

USER gradle

Expand Down

0 comments on commit 6b1f912

Please sign in to comment.