Skip to content

Commit 2a970ac

Browse files
committed
CU-3w8ybcw fixing build
1 parent 3375d84 commit 2a970ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### STAGE 1: Build ###
2-
FROM node:16.10.0-alpine3.14 AS build
2+
FROM node:18.19-alpine3.19 AS build
33
WORKDIR /usr/src/app
44
COPY package.json package-lock.json ./
55
RUN npm ci

0 commit comments

Comments
 (0)