Merge pull request #55 from koenrh/dependabot/docker/eslint/node-13.8.0-alpine

Bump node from 13.6.0-alpine to 13.8.0-alpine in /eslint
This commit is contained in:
Koen Rouwhorst 2020-02-10 11:25:29 +01:00 committed by GitHub
commit 2538f1f3b8

View file

@ -1,4 +1,4 @@
FROM node:13.6.0-alpine@sha256:7e4474d7a2a3b6340e687f041b2aa704bab2ff98a0fbc124b28b29433ea61f0c
FROM node:13.8.0-alpine@sha256:7fa90a7c0e7118aaa81fe3b00c708cc70dfc61961dcd8701042d816e14d9a0b3
LABEL name="ESLint"
LABEL maintainer="Koen Rouwhorst <info@koenrouwhorst.nl>"