Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
garethahealy authored Apr 8, 2024
1 parent fc22aba commit e31d6b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jenkins-agents/jenkins-agent-gradle/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ RUN dnf install -y unzip && \
dnf clean all

# renovate: datasource=github-releases depName=gradle/gradle
ARG GRADLE_VERSION=v8.7.0
RUN curl -L "https://services.gradle.org/distributions/gradle-${GRADLE_VERSION}-bin.zip" -o /tmp/gradle-bin.zip && \
ARG GRADLE_VERSION=v8.7
RUN curl -L "https://services.gradle.org/distributions/gradle-${GRADLE_VERSION\\v}-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 e31d6b7

Please sign in to comment.