Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
EwanLyon committed May 28, 2024
1 parent 18cde07 commit 24c03ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/nextjs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY dist/apps/nextjs/package.json ./
RUN npm install --omit=dev && npm install sharp@^0.31.2

# Production image, copy all the files and run next
FROM node:18.12.1-alpine as runner
FROM node:20.13.1-alpine as runner
LABEL maintainer="Ewan Lyon <[email protected]>"
RUN apk add --no-cache dumb-init
ENV NODE_ENV production
Expand Down

0 comments on commit 24c03ab

Please sign in to comment.