This commit is contained in:
dependabot[bot] 2025-01-23 04:25:47 +00:00 committed by GitHub
commit fbed9b80e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ RUN go build -o bin/app cmd/app/main.go
# Final stage that will be pushed.
FROM debian:buster-slim
FROM node:18.10.0-buster-slim as node
FROM node:19.7.0-buster-slim as node
WORKDIR /root