Merge pull request #45 from koenrh/dependabot/docker/eslint/node-13.2.0-alpine

Bump node from 13.1.0-alpine to 13.2.0-alpine in /eslint
This commit is contained in:
Koen Rouwhorst 2019-11-26 11:07:33 +01:00 committed by GitHub
commit 25e05b3358
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM node:13.1.0-alpine@sha256:6b20f3cb99f7bd87be6b4987e73ebf018fde14d49e15102c44f71c3c47d417ee
FROM node:13.2.0-alpine@sha256:4f413a16316edba7dd29f1d50b93f440706c538865308f31d4ce2d7d29c7bda5
LABEL name="ESLint"
LABEL maintainer="Koen Rouwhorst <info@koenrouwhorst.nl>"