Skip to content

Commit 635e901

Browse files
Update all
1 parent 7608f17 commit 635e901

File tree

3 files changed

+1644
-1560
lines changed

3 files changed

+1644
-1560
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212
- ./:/srv/jekyll
1313
# Nginx serves the static site on port 80, for Gotenberg and local developers
1414
nginx:
15-
image: 'nginx:1.23.4'
15+
image: 'nginx:1.25.4'
1616
networks:
1717
- jekyll_gotenberg
1818
ports:
@@ -21,7 +21,7 @@ services:
2121
- ./_site:/usr/share/nginx/html
2222
# Gotenberg receives requests on port 3000
2323
gotenberg:
24-
image: 'gotenberg/gotenberg:7.8.2'
24+
image: 'gotenberg/gotenberg:7.10.2'
2525
environment:
2626
# Disable Open Office conversion
2727
DISABLE_UNOCONV: 1

0 commit comments

Comments
 (0)