Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
chore(devdeps): update node.js to v18.9 (#498)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 15, 2022
1 parent 97b09d2 commit edaf5f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
######################################################################
# This stage install dependencies and build the application #
######################################################################
FROM node:18.8-alpine as builder
FROM node:18.9-alpine as builder
WORKDIR /usr/src/app

COPY package.json pnpm-lock.yaml ./
Expand All @@ -16,7 +16,7 @@ RUN pnpm run build:storybook
######################################################################
# This stage download a simple http server and serve the application #
######################################################################
FROM node:18.8-alpine
FROM node:18.9-alpine

WORKDIR /workspace

Expand Down

0 comments on commit edaf5f3

Please sign in to comment.