We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24d5112 commit f5a875dCopy full SHA for f5a875d
Dockerfile
@@ -7,7 +7,7 @@ RUN deno install
7
RUN deno task build
8
9
# Stage 2: Build the Go backend
10
-FROM golang:1.25.3@sha256:6d4e5e74f47db00f7f24da5f53c1b4198ae46862a47395e30477365458347bf2 as backend-builder
+FROM golang:1.25.4@sha256:5d73b7b83dd6e0258ff62832c93b6ea208fbb7727985d265fb49f75f81fc3d1f as backend-builder
11
12
WORKDIR /app/backend
13
COPY ./backend .
0 commit comments