Skip to content

Commit

Permalink
chore: bump node from 16.3.0-alpine to 16.4.2-alpine
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and talos-bot committed Jul 12, 2021
1 parent b358a18 commit 2ea28f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ea28f6

Please sign in to comment.