Skip to content

Commit

Permalink
fix: Dockerfile to reduce vulnerabilities (#668)
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot authored Apr 11, 2021
1 parent 330c853 commit 6d1ce0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14.15.4-alpine as build-deps
FROM node:14.16.0-alpine as build-deps

RUN apk update && apk upgrade && \
apk add --update git && \
Expand Down

0 comments on commit 6d1ce0a

Please sign in to comment.