Skip to content

Commit

Permalink
chore(deps): update nginx docker tag to v1.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 1, 2024
1 parent a2bc435 commit 6b51bdc
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 @@ -12,6 +12,6 @@ COPY . ./

RUN npm run build

FROM nginx:1.18.0-alpine
FROM nginx:1.27.0-alpine

COPY --from=builder /app/_site /usr/share/nginx/html

0 comments on commit 6b51bdc

Please sign in to comment.