Skip to content

Commit

Permalink
Bump gradle in /sensor_repository (#14)
Browse files Browse the repository at this point in the history
Bumps gradle from 8.5.0-jdk21-jammy to 8.6.0-jdk21-jammy.

---
updated-dependencies:
- dependency-name: gradle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent 9299ddd commit c629438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sensor_repository/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gradle:8.5.0-jdk21-jammy AS build
FROM gradle:8.6.0-jdk21-jammy AS build
COPY --chown=gradle:gradle . /home/gradle/src
WORKDIR /home/gradle/src
RUN gradle build --no-daemon -x test
Expand Down

0 comments on commit c629438

Please sign in to comment.