Skip to content

Commit bbfde2a

Browse files
committed
Get rid of vulnerabilities in dependencies
1 parent 9836a22 commit bbfde2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ COPY README.md README.md
99

1010
FROM base AS dependencies
1111
RUN apk update && apk add --no-cache \
12-
python \
12+
python3 \
1313
g++ \
1414
make
1515
RUN npm install --production

0 commit comments

Comments
 (0)