Skip to content

Commit

Permalink
build(deps): bump node in /build/dockerfiles
Browse files Browse the repository at this point in the history
Bumps node from 12.20.1-alpine3.12 to 16.5.0-alpine3.12.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 19, 2021
1 parent e6a3574 commit aa96e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Contributors:
# Red Hat, Inc. - initial API and implementation

FROM docker.io/node:12.20.1-alpine3.12 as builder
FROM docker.io/node:16.5.0-alpine3.12 as builder

RUN if ! [ type "yarn" &> /dev/null ]; then \
apk add yarn --no-cache; \
Expand Down

0 comments on commit aa96e70

Please sign in to comment.