Merge pull request #70 from koenrh/dependabot/docker/eslint/node-14.8.0-alpine

Bump node from 14.5.0-alpine to 14.8.0-alpine in /eslint
This commit is contained in:
Koen Rouwhorst 2020-08-14 16:57:10 +02:00 committed by GitHub
commit 8f3401391b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM node:14.5.0-alpine@sha256:db9d074278b87089a6e8c7b36ae3e645ce783b8fababc28f5c35f7bef49553d2
FROM node:14.8.0-alpine@sha256:95562acd0ed9398e21babe6b90fd8ac3974709c9338155e2b4ef1c0824e60be1
LABEL name="ESLint"
LABEL maintainer="Koen Rouwhorst <info@koenrouwhorst.nl>"