Skip to content

Commit

Permalink
build(deps): bump node from 18.2.0-alpine3.15 to 18.3.0-alpine3.15
Browse files Browse the repository at this point in the history
Bumps node from 18.2.0-alpine3.15 to 18.3.0-alpine3.15.

---
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 Jun 14, 2022
1 parent e27aca1 commit 6f6836e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.2.0-alpine3.15 AS ui-deps
FROM node:18.3.0-alpine3.15 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:18.2.0-alpine3.15 AS ui-builder
FROM node:18.3.0-alpine3.15 AS ui-builder

WORKDIR /app

Expand Down

0 comments on commit 6f6836e

Please sign in to comment.