Skip to content

Commit

Permalink
Update node image
Browse files Browse the repository at this point in the history
  • Loading branch information
ron-rookout committed Mar 31, 2024
1 parent ae0af23 commit c46a4a4
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:16.17.1-alpine3.15 as build
FROM node:18.18.0-alpine as build

ENV env=development
WORKDIR /build
Expand All @@ -12,7 +12,7 @@ COPY . .

RUN yarn run build-headless

FROM node:16.17.1-alpine3.15 as release
FROM node:18.18.0-alpine as release

WORKDIR /app
COPY --from=build /build/dist /app/dist
Expand Down

0 comments on commit c46a4a4

Please sign in to comment.