Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Commit

Permalink
fix: rollback to node 16 for oidc app since node 18 fetch api does no…
Browse files Browse the repository at this point in the history
…t respect HTTP PROXY
  • Loading branch information
Christoph Bühler committed Apr 30, 2022
1 parent d1014d4 commit b87b365
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion oidc_app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine
FROM node:16-alpine

ARG COMMIT_SHA=none
LABEL org.opencontainers.image.authors="Christoph Bühler <[email protected]>" \
Expand Down
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>WirePact/renovate-config"
]
],
"ignorePaths": ["oidc_app/Dockerfile"]
}

0 comments on commit b87b365

Please sign in to comment.