Bump node from 20-alpine3.17 to 21-alpine3.17 in /app

Bumps node from 20-alpine3.17 to 21-alpine3.17.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-01-08 20:08:17 +00:00 committed by GitHub
parent 1950e2a361
commit f8cce9bc4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM node:20-alpine3.17 as build
FROM node:21-alpine3.17 as build
RUN apk update && apk upgrade