Skip to content

Commit a4d26c3

Browse files
chore(dependencies): update node docker tag to v19
1 parent ae17aa3 commit a4d26c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:18 AS build
1+
FROM node:19 AS build
22
WORKDIR /app
33
ENV CYPRESS_INSTALL_BINARY=0
44

@@ -13,7 +13,7 @@ COPY src /app/src
1313
COPY index.html /app
1414
RUN yarn build
1515

16-
FROM node:18
16+
FROM node:19
1717
WORKDIR /app
1818
COPY yarn.lock /app
1919
COPY package.json /app

0 commit comments

Comments
 (0)