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.2 (#292)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored May 22, 2022
1 parent e1bbb06 commit 3baf973
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.1-alpine as builder
FROM node:18.2-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.1-alpine
FROM node:18.2-alpine

WORKDIR /workspace

Expand Down

0 comments on commit 3baf973

Please sign in to comment.