Skip to content

Commit

Permalink
Merge pull request #965 from NBISweden/dependabot/docker/production/n…
Browse files Browse the repository at this point in the history
…ginx-1.27.0-alpine
  • Loading branch information
dependabot[bot] authored Aug 29, 2024
2 parents 680719a + 976283d commit 74cdf34
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.25.3-alpine
FROM nginx:1.27.0-alpine

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

0 comments on commit 74cdf34

Please sign in to comment.