Skip to content

Commit

Permalink
fix: Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE311-APKTOOLS-1534687
  • Loading branch information
snyk-bot committed Aug 21, 2021
1 parent c64b38f commit d06c950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM alpine:3.11 AS BASE
FROM alpine:latest AS BASE
RUN apk --no-cache --update add nodejs yarn openssl
WORKDIR /app

Expand Down

0 comments on commit d06c950

Please sign in to comment.