Merge pull request #8 from ngn13/dependabot/docker/app/node-21-alpine3.17

Bump node from 20-alpine3.17 to 21-alpine3.17 in /app
This commit is contained in:
ngn 2024-01-08 20:09:46 +00:00 committed by GitHub
commit f4f7cfb452
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