Skip to content

Commit

Permalink
chore(dependencies): update node docker tag to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2024
1 parent ae17aa3 commit a4d26c3
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,4 +1,4 @@
FROM node:18 AS build
FROM node:19 AS build
WORKDIR /app
ENV CYPRESS_INSTALL_BINARY=0

Expand All @@ -13,7 +13,7 @@ COPY src /app/src
COPY index.html /app
RUN yarn build

FROM node:18
FROM node:19
WORKDIR /app
COPY yarn.lock /app
COPY package.json /app
Expand Down

0 comments on commit a4d26c3

Please sign in to comment.