Skip to content

Commit

Permalink
chore(deps): update nginx docker tag to v1.27.0 (#79)
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 Aug 1, 2024
1 parent bba03cd commit 76115e1
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 76115e1

Please sign in to comment.