Skip to content

Commit

Permalink
build(deps): bump node from 16.6.1-alpine3.14 to 16.12.0-alpine3.14
Browse files Browse the repository at this point in the history
Bumps node from 16.6.1-alpine3.14 to 16.12.0-alpine3.14.

---
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] committed Oct 25, 2021
1 parent 146510f commit d1c74d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.dev
@@ -1,4 +1,4 @@
FROM node:16.6.1-alpine3.14 AS ui-deps
FROM node:16.12.0-alpine3.14 AS ui-deps

WORKDIR /app

Expand All @@ -7,7 +7,7 @@ COPY ui/packages/app/web/package.json ./packages/app/web/package.json
COPY ui/package.json ui/yarn.lock ./
RUN yarn workspace @parca/web install --frozen-lockfile

FROM node:16.6.1-alpine3.14 AS ui-builder
FROM node:16.12.0-alpine3.14 AS ui-builder

WORKDIR /app

Expand Down

0 comments on commit d1c74d7

Please sign in to comment.