From 2ea28f62d8dcac3280d7a133ae6532f3ca5709cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jul 2021 01:12:41 +0000 Subject: [PATCH] chore: bump node from 16.3.0-alpine to 16.4.2-alpine Bumps node from 16.3.0-alpine to 16.4.2-alpine. --- updated-dependencies: - dependency-name: node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 43127c4ad..3edf4e38f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -617,7 +617,7 @@ RUN prototool lint --protoc-bin-path=/toolchain/bin/protoc --protoc-wkt-path=/to # The markdownlint target performs linting on Markdown files. -FROM node:16.3.0-alpine AS lint-markdown +FROM node:16.4.2-alpine AS lint-markdown RUN apk add --no-cache findutils RUN npm i -g markdownlint-cli@0.23.2 RUN npm i -g textlint@11.7.6