Skip to content

Commit

Permalink
chore(deps): update dependency gradle/gradle to v8.10.1 (#875)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency gradle/gradle to v8.10.1

* tweak version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gareth Healy <[email protected]>
  • Loading branch information
renovate[bot] and garethahealy committed Sep 13, 2024
1 parent 22bb53c commit b6c505f
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.8
ARG GRADLE_VERSION=8.10.1
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 b6c505f

Please sign in to comment.