We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7298698 commit 536f408Copy full SHA for 536f408
backend/Dockerfile
@@ -10,7 +10,7 @@ FROM golang:1.22 as builder
10
COPY . .
11
RUN CGO_ENABLED=0 go build -o /note-mark
12
13
-FROM gcr.io/distroless/static-debian11
+FROM gcr.io/distroless/static-debian12
14
15
COPY --from=builder --link /note-mark /
16
docker/Dockerfile.aio
COPY ./backend .
COPY --link ./frontend/dist /static
0 commit comments