Update Dockerfile

This commit is contained in:
Namhyeon Go 2024-02-12 13:47:07 +09:00 committed by GitHub
parent 09540f9168
commit 9e19bec13c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@
#
#####################################################################
FROM node:18.16.1-alpine3.18 as build
FROM node:18.19.0-alpine3.19 as build
RUN apk add --no-cache git