Skip to content

Commit

Permalink
Merge pull request #1211 from EcrituresNumeriques/renovate/docker-images
Browse files Browse the repository at this point in the history
  • Loading branch information
thom4parisot authored Feb 2, 2025
2 parents 8a6c1c6 + eb520d7 commit 6a18df8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ services:
- graphql-stylo

export-stylo:
image: 'davidbgk/stylo-export:2.0.6'
image: 'davidbgk/stylo-export:2.0.7'
container_name: 'export-stylo'
env_file:
- .env
Expand Down
2 changes: 1 addition & 1 deletion graphql/dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Alpine 3.17 and Node 18 uses OpenSSL 3.0 but humanid.huma-num.fr does not yet support this version
# if you want to upgrade to Alpine 3.17 or Node 18 make sure that humanid.huma-num.fr supports OpenSSL 3.0 otherwise OAuth won't work!
FROM node:16.19-alpine3.16
FROM node:16.20-alpine3.16

WORKDIR /usr/src/app

Expand Down
2 changes: 1 addition & 1 deletion infrastructure/templates/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ services:
- graphql-stylo

export-stylo:
image: 'davidbgk/stylo-export:2.0.6'
image: 'davidbgk/stylo-export:2.0.7'
container_name: 'export-stylo'
env_file:
- .env
Expand Down

0 comments on commit 6a18df8

Please sign in to comment.