Skip to content

Commit

Permalink
Update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 17, 2024
1 parent 7608f17 commit e3d082b
Show file tree
Hide file tree
Showing 3 changed files with 1,676 additions and 1,587 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- ./:/srv/jekyll
# Nginx serves the static site on port 80, for Gotenberg and local developers
nginx:
image: 'nginx:1.23.4'
image: 'nginx:1.25.5'
networks:
- jekyll_gotenberg
ports:
Expand All @@ -21,7 +21,7 @@ services:
- ./_site:/usr/share/nginx/html
# Gotenberg receives requests on port 3000
gotenberg:
image: 'gotenberg/gotenberg:7.8.2'
image: 'gotenberg/gotenberg:7.10.2'
environment:
# Disable Open Office conversion
DISABLE_UNOCONV: 1
Expand Down
Loading

0 comments on commit e3d082b

Please sign in to comment.