Skip to content

Commit

Permalink
chore(deps): update node docker tag to v16.20
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Jan 27, 2025
1 parent 6f5c891 commit 1c1bd7c
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 1c1bd7c

Please sign in to comment.