Skip to content

Commit

Permalink
Merge pull request #39 from NordSecurity/matislovas/bump_gradle_version
Browse files Browse the repository at this point in the history
Bump gradle version to 8.10.2
  • Loading branch information
matislovas authored Mar 5, 2025
2 parents 06fcfc4 + bf24cd7 commit 32aa57c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builders/package-aar-jdk-17/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ ENV ANDROID_HOME=${WORKDIR}/android-sdk-linux
ENV PATH=${PATH}:${ANDROID_HOME}/platform-tools

# Install gradle
ENV GRADLE_VERSION 8.6
ENV GRADLE_VERSION 8.10.2

Check warning on line 49 in builders/package-aar-jdk-17/Dockerfile

View workflow job for this annotation

GitHub Actions / build-docker-and-push

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

ENV GRADLE_CHECKSUM 85719317abd2112f021d4f41f09ec370534ba288432065f4b477b6a3b652910d
ENV GRADLE_CHECKSUM 2ab88d6de2c23e6adae7363ae6e29cbdd2a709e992929b48b6530fd0c7133bd6

Check warning on line 51 in builders/package-aar-jdk-17/Dockerfile

View workflow job for this annotation

GitHub Actions / build-docker-and-push

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
RUN wget https://services.gradle.org/distributions/gradle-${GRADLE_VERSION}-all.zip && \
echo "${GRADLE_CHECKSUM} gradle-${GRADLE_VERSION}-all.zip" | sha256sum --check && \
unzip gradle-${GRADLE_VERSION}-all.zip && \
Expand Down

0 comments on commit 32aa57c

Please sign in to comment.