Merge pull request #2 from koenrh/dependabot/docker/eslint/node-11.6-alpine

Bump node from 8.15.0-alpine to 11.6-alpine in /eslint
This commit is contained in:
Koen Rouwhorst 2019-01-05 18:26:43 +01:00 committed by GitHub
commit 1755392287
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM node:8.15.0-alpine@sha256:f30a55706c7336a648493b926128f56176e4500cfdc968764bfdb711716e0109
FROM node:11.6-alpine@sha256:d2180576a96698b0c7f0b00474c48f67a494333d9ecb57c675700395aeeb2c35
LABEL name="ESLint"
LABEL maintainer="Koen Rouwhorst <info@koenrouwhorst.nl>"