Pin node Docker tag

This commit is contained in:
Renovate Bot
2018-06-18 18:46:12 +00:00
committed by Julian Lam
parent 1690e88ff3
commit dda4a07482

View File

@@ -1,5 +1,5 @@
# The base image is the latest 8.x node (LTS)
FROM node:8.9.0
FROM node:8.9.0@sha256:191a3b81eb1ffc4a478fed6f98631ce9fc24aff55cd13a77a44946c15b7351cc
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app