Skip to content

Commit

Permalink
Upgrade to node 18 remote.DockerFile (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
trottomv authored Jan 23, 2024
1 parent 3685c13 commit d5e83a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_dirname}}/docker/remote.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ENV NEXT_TELEMETRY_DISABLED=1 \
RUN yarn build
LABEL company="20tab" project="{{ cookiecutter.project_slug }}" service="frontend" stage="build"

FROM node:16-alpine AS remote
FROM node:18-alpine AS remote
WORKDIR /app
RUN addgroup --system --gid 1001 nodejs
RUN adduser --system --uid 1001 nextjs
Expand Down

0 comments on commit d5e83a2

Please sign in to comment.