Skip to content

Commit

Permalink
sync: synced local 'Dockerfile' with remote './infrastructure/env/Doc…
Browse files Browse the repository at this point in the history
…kerfile'
  • Loading branch information
multirepo-manager[bot] committed Nov 20, 2023
1 parent 155a81d commit 07824e7
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 @@ -9,7 +9,7 @@ COPY yarn.lock ./
RUN yarn install --prod --network-concurrency 1

# Stage 2: Final image with code and installed dependencies
FROM node:18-alpine AS final
FROM node:20-alpine AS final

WORKDIR /app

Expand Down

0 comments on commit 07824e7

Please sign in to comment.