Skip to content

Commit

Permalink
Update base image for buliding express server
Browse files Browse the repository at this point in the history
  • Loading branch information
peterMuriuki committed Aug 30, 2024
1 parent c8f0e33 commit 85137a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ USER node
RUN yarn lerna run build


FROM node:16.18-alpine as nodejsbuild
FROM node:20-alpine as nodejsbuild

COPY --from=sources /usr/src/express-server /usr/src/express-server

Expand Down

0 comments on commit 85137a3

Please sign in to comment.