Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: gradle
  dependency-type: direct:production
...

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 Mar 6, 2025
1 parent 6483046 commit fa654e9
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.12.1-jdk21-jammy AS build
FROM gradle:8.13-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 fa654e9

Please sign in to comment.