Skip to content

Commit 4955e5d

Browse files
chore(all): update all
Signed-off-by: Renovate Bot <bot@renovateapp.com>
1 parent 2365937 commit 4955e5d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
# Cache Gradle dependencies and build outputs to speed up future builds
3030
- name: Cache Gradle and build outputs
31-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
31+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
3232
with:
3333
path: |
3434
~/.gradle/caches

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build stage - compile the application
2-
FROM --platform=linux/amd64 gradle:9.4.0-jdk21@sha256:33ad0e6350d1004ac7def68c4510f62e4d181dbf7e376089ef57175c0400496e AS builder
2+
FROM --platform=linux/amd64 gradle:9.4.0-jdk21@sha256:a45bbf6995c17e646e4e0260ca2af53e6ec6424ff9b03896fef3a8ce91a57891 AS builder
33

44
WORKDIR /build
55

0 commit comments

Comments
 (0)