Skip to content

Commit 97613f1

Browse files
Update all
1 parent 7608f17 commit 97613f1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.29.3'
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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"not dead"
2121
],
2222
"devDependencies": {
23-
"@hint/configuration-all": "3.0.12",
24-
"@hint/connector-jsdom": "4.1.25",
25-
"hint": "7.1.8"
23+
"@hint/configuration-all": "3.0.18",
24+
"@hint/connector-jsdom": "4.1.28",
25+
"hint": "7.1.13"
2626
},
2727
"scripts": {
2828
"hint": "hint http://localhost && hint https://codehearts.com",

0 commit comments

Comments
 (0)