Merge pull request #63 from koenrh/dependabot/docker/eslint/node-14.1.0-alpine

Bump node from 14.0.0-alpine to 14.1.0-alpine in /eslint
This commit is contained in:
Koen Rouwhorst 2020-05-02 23:21:54 +02:00 committed by GitHub
commit fc20d4c85e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM node:14.0.0-alpine@sha256:97223d1e48b83cc224a16a09b236db4e7406846c7d3d5a2370dbfa56811daeb5
FROM node:14.1.0-alpine@sha256:7fadbe3adb5526b4c2a93a794d59ed729c075c81ac577fc60b9c18503dbc68d4
LABEL name="ESLint"
LABEL maintainer="Koen Rouwhorst <info@koenrouwhorst.nl>"