Skip to content

Commit

Permalink
chore(deps): update nginx docker tag to v1.27.0 (#52)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 11, 2024
1 parent 222c012 commit 77cf97f
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.25.4-alpine
FROM nginx:1.27.0-alpine

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

0 comments on commit 77cf97f

Please sign in to comment.