Skip to content

Commit

Permalink
Update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and codehearts committed Mar 31, 2023
1 parent b7a0cf1 commit 7608f17
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 105 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.3'
image: 'nginx:1.23.4'
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.1'
image: 'gotenberg/gotenberg:7.8.2'
environment:
# Disable Open Office conversion
DISABLE_UNOCONV: 1
Expand Down
Loading

0 comments on commit 7608f17

Please sign in to comment.