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 v17 (#99)
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 Feb 17, 2022
1 parent c4def39 commit d71c529
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:16.14-alpine as builder
FROM node:17.5-alpine as builder
WORKDIR /usr/src/app

COPY package.json yarn.lock .yarnrc.yml ./
Expand All @@ -17,7 +17,7 @@ RUN yarn run build:storybook
######################################################################
# This stage download a simple http server and serve the application #
######################################################################
FROM node:16.14-alpine
FROM node:17.5-alpine

WORKDIR /workspace

Expand Down

0 comments on commit d71c529

Please sign in to comment.