From c10eddd8336f8fd00f2c39e61ef1306837b7ba35 Mon Sep 17 00:00:00 2001 From: nikitabelous Date: Tue, 9 Jan 2024 16:06:24 +0200 Subject: [PATCH] fix werf --- Dockerfile | 2 +- werf.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2d13fe1..126287d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ diff --git a/werf.yaml b/werf.yaml index c40a1d8..5d45a79 100644 --- a/werf.yaml +++ b/werf.yaml @@ -3,7 +3,7 @@ configVersion: 1 project: "web-client" --- image: builder -from: node:16.20-alpine +from: node:18-alpine git: - add: / to: /app