Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
fix: Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Sep 3, 2021
1 parent 6b7aa6c commit 367fb8d
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,6 +1,6 @@
# syntax=docker/dockerfile:experimental

FROM node:12.8.1-stretch
FROM node:12.22-stretch

RUN \
--mount=id=apt-cache,type=cache,target=/var/cache/apt \
Expand Down

0 comments on commit 367fb8d

Please sign in to comment.