Skip to content

Commit 10591a1

Browse files
add upgrade and update
1 parent ab2e53e commit 10591a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,6 @@ RUN npm audit fix
3939
# main image start here
4040
# use latest nginx image
4141
FROM nginx:alpine-slim
42+
RUN apk upgrade --no-cache && apk update --no-cache
4243
COPY --from=builder /app/dist /usr/share/nginx/html
4344
EXPOSE 80

0 commit comments

Comments
 (0)