Skip to content

Commit

Permalink
Merge pull request #998 from NBISweden/dependabot/docker/production/n…
Browse files Browse the repository at this point in the history
…ginx-1.27.2-alpine
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
2 parents 686aad7 + 9930057 commit 225619a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion production/Dockerfile.nginx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ COPY --chown=node:node /. /home/node/app/
COPY --from=build --chown=node:node /home/node/node_modules/ /home/node/app/node_modules/
RUN npm run build

FROM nginx:1.27.0-alpine
FROM nginx:1.27.2-alpine

RUN mkdir -p /app/dist
COPY --from=bundler --chown=www-data:www-data /home/node/app/public/ /app/dist

0 comments on commit 225619a

Please sign in to comment.