Merge pull request #57 from koenrh/dependabot/docker/eslint/node-13.10.1-alpine

Bump node from 13.8.0-alpine to 13.10.1-alpine in /eslint
This commit is contained in:
Koen Rouwhorst 2020-03-06 17:40:16 +01:00 committed by GitHub
commit a6983d4de6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM node:13.8.0-alpine@sha256:8f1a8097d2ad6a28e8ef2f0d8a50d16c3665f2d972b9ed85549208309ca9fc2d
FROM node:13.10.1-alpine@sha256:a8949c12dc72eda5eb54df7d57f03b719bd81af4d902eb5f0e334373f421a21d
LABEL name="ESLint"
LABEL maintainer="Koen Rouwhorst <info@koenrouwhorst.nl>"