Bump node from 12.2-alpine to 12.3-alpine in /eslint

Bumps node from 12.2-alpine to 12.3-alpine.

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-05-23 08:48:34 +00:00
parent 08f5a253f0
commit 0578c56d4c
No known key found for this signature in database
GPG key ID: 4C0F2888C98CF331

View file

@ -1,4 +1,4 @@
FROM node:12.2-alpine@sha256:07e70a975696a88110ae701fc764c3200ec4af88b9e01979e38641f3f070be6b
FROM node:12.3-alpine@sha256:b799f60909d040e418fcb490df96d8cc1ce607ea04b813fb077be18884abf78b
LABEL name="ESLint"
LABEL maintainer="Koen Rouwhorst <info@koenrouwhorst.nl>"