Skip to content

Commit

Permalink
chore(deps): update dependency gradle/gradle to v8.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 9, 2024
1 parent edf279b commit cb4e4ea
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.7
ARG GRADLE_VERSION=v8.8.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 cb4e4ea

Please sign in to comment.