Skip to content

Commit 9d75b50

Browse files
committed
⬆️ Upgrade node and Debian
Signed-off-by: Muhammed Hussain Karimi <[email protected]>
1 parent be7d243 commit 9d75b50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG GO_VERSION="1.25"
2-
ARG NODE_MAJOR="22"
2+
ARG NODE_MAJOR="24"
33

4-
FROM golang:${GO_VERSION}-bookworm AS builder
4+
FROM golang:${GO_VERSION}-trixie AS builder
55

66
ARG NODE_MAJOR
77

@@ -26,7 +26,7 @@ COPY . .
2626
RUN go generate ./...
2727
RUN go build -x -o /url-shortener .
2828

29-
FROM gcr.io/distroless/static-debian12 AS runner
29+
FROM gcr.io/distroless/static-debian13 AS runner
3030

3131
ENV USH_LISTEN_ADDRESS="0.0.0.0:8080"
3232
ENV USH_DATABASE_CONNECTION_STRING="/data/database.sqlite3"

0 commit comments

Comments
 (0)