Update the packages in alpine.

This commit is contained in:
2022-07-15 15:58:19 +01:00
committed by GitHub
parent 57f8dbbec1
commit 631e93be1b

View File

@@ -2,6 +2,8 @@ FROM node:18.6-alpine AS base
LABEL version="4.1.0"
LABEL description=""
RUN RUN apk --update --no-cache upgrade
WORKDIR /usr/src/app
COPY ["package.json", "./"]
COPY ["yarn.lock", "./"]