Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build stage - compile the application
FROM --platform=linux/amd64 gradle:9.3.1-jdk21@sha256:8e76ebb881f149bf5c68d13e345a7722597178526cad55c8311ae5353ad1b27e AS builder
FROM --platform=linux/amd64 gradle:9.3.1-jdk21@sha256:a2563ec0331573c2462a89573b59b9e0d509a48f367d1e6c2fae32ee774c0334 AS builder

WORKDIR /build

Expand Down