Skip to content

Commit 536f408

Browse files
committed
bump distroless debian to 12
1 parent 7298698 commit 536f408

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ FROM golang:1.22 as builder
1010
COPY . .
1111
RUN CGO_ENABLED=0 go build -o /note-mark
1212

13-
FROM gcr.io/distroless/static-debian11
13+
FROM gcr.io/distroless/static-debian12
1414

1515
COPY --from=builder --link /note-mark /
1616

docker/Dockerfile.aio

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ FROM golang:1.22 as builder
1010
COPY ./backend .
1111
RUN CGO_ENABLED=0 go build -o /note-mark
1212

13-
FROM gcr.io/distroless/static-debian11
13+
FROM gcr.io/distroless/static-debian12
1414

1515
COPY --from=builder --link /note-mark /
1616
COPY --link ./frontend/dist /static

0 commit comments

Comments
 (0)