Skip to content

Commit

Permalink
Merge pull request #14 from rarimo/fix/node-version
Browse files Browse the repository at this point in the history
fix werf
  • Loading branch information
WhiteNik16 authored Jan 9, 2024
2 parents 4d991cb + c10eddd commit 201a06b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14-alpine3.11 as builder
FROM node:18-alpine as builder
RUN apk --no-cache --update --virtual build-dependencies add \
python \
make \
Expand Down
2 changes: 1 addition & 1 deletion werf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ configVersion: 1
project: "web-client"
---
image: builder
from: node:16.20-alpine
from: node:18-alpine
git:
- add: /
to: /app
Expand Down

0 comments on commit 201a06b

Please sign in to comment.