Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Commit

Permalink
Update nginx version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmielchen committed Feb 13, 2024
1 parent 1d213e6 commit d11b722
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 @@ -4,6 +4,6 @@ COPY . .
RUN npm install
RUN npm run build

FROM nginx:1.24.3
FROM nginx:1.25.3

COPY --from=builder /dist /usr/share/nginx/html

0 comments on commit d11b722

Please sign in to comment.