chore: bump node to latest patch release (#3802)

Bumps Node to the latest 20.x patch.
This commit is contained in:
nicktrn
2026-06-02 11:48:46 +01:00
committed by GitHub
parent b23ec26d16
commit 11631c19e1
15 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
ARG NODE_IMAGE=node:20.20-bullseye-slim@sha256:d6c3903e556d4161f63af4550e76244908b6668e1a7d2983eff4873a0c2b0413
ARG NODE_IMAGE=node:20.20.2-bullseye-slim@sha256:65ef49f7d24aefd012a7fc6f9a2b734bcc19e424976a81f60c86b47266ef5b28
FROM golang:1.23-alpine AS goose_builder
RUN go install github.com/pressly/goose/v3/cmd/goose@v3.26.0