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 Nov 13, 2021
1 parent 5738c11 commit f7aba24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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:17.1.0-alpine3.12 as builder

RUN if ! [ type "yarn" &> /dev/null ]; then \
apk add yarn --no-cache; \
Expand All @@ -33,7 +33,7 @@ RUN yarn install --network-timeout 1000000
COPY packages/ /dashboard/packages
RUN yarn build

FROM docker.io/node:12.20.1-alpine3.12
FROM docker.io/node:17.1.0-alpine3.12

ENV FRONTEND_LIB=/dashboard/packages/dashboard-frontend/lib
ENV BACKEND_LIB=/dashboard/packages/dashboard-backend/lib
Expand Down

0 comments on commit f7aba24

Please sign in to comment.