Skip to content

Commit

Permalink
dependency: bump node from 16.14.0-slim to 16.14.2-slim (#1479)
Browse files Browse the repository at this point in the history
Bumps node from 16.14.0-slim to 16.14.2-slim.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 21, 2022
1 parent 7cac52f commit a336d4f
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
@@ -1,5 +1,5 @@
# builder image
FROM node:16.14.0-slim AS builder
FROM node:16.14.2-slim AS builder
LABEL maintainer="[email protected]"

# set working directory
Expand Down

0 comments on commit a336d4f

Please sign in to comment.