Skip to content

Commit

Permalink
chore(deps): update dependency gradle/gradle to v8.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 22, 2024
1 parent 5b877d6 commit 6264138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins-agents/jenkins-agent-gradle/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN dnf install -y unzip && \
dnf clean all

# renovate: datasource=github-releases depName=gradle/gradle
ARG GRADLE_VERSION=8.5
ARG GRADLE_VERSION=v8.7.0
RUN curl -L "https://services.gradle.org/distributions/gradle-${GRADLE_VERSION}-bin.zip" -o /tmp/gradle-bin.zip && \
unzip -q /tmp/gradle-bin.zip -d /opt/gradle-bin && \
mv /opt/gradle-bin/gradle-${GRADLE_VERSION} /opt/gradle
Expand Down

0 comments on commit 6264138

Please sign in to comment.