Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

Commit eac4ecc

Browse files
authored
upgrade gradle version for renderc (#37)
1 parent f2cfc23 commit eac4ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

final/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ RUN case $(uname -m) in \
7474
esac
7575

7676
# gradle
77-
RUN sudo wget https://services.gradle.org/distributions/gradle-7.3.3-bin.zip -O /usr/local/lib/gradle.zip
77+
RUN sudo wget https://services.gradle.org/distributions/gradle-8.14.3-bin.zip -O /usr/local/lib/gradle.zip
7878

7979
# swagger-codegen-cli, used to build the API docs
8080
RUN sudo wget \

0 commit comments

Comments
 (0)