Skip to content
Snippets Groups Projects
Commit 0fb9ace4 authored by Daniel Bimschas's avatar Daniel Bimschas
Browse files

Merge branch 'upgrade-oathkeeper-to-0.39.4' into 'main'

upgrade oathkeeper to 0.39.4

See merge request holisticfoundation/holi-unified-api!13
parents 4e42a4e2 502285ca
No related branches found
No related tags found
Loading
......@@ -17,7 +17,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1
RUN apk --no-cache --update-cache --upgrade --latest add ca-certificates
RUN addgroup -S ory; adduser -S ory -G ory -D -H -s /bin/nologin
# hadolint ignore=SC3001
RUN sh <(wget -c -q https://raw.githubusercontent.com/ory/meta/master/install.sh -O -) -d -b /opt/oathkeeper oathkeeper v0.38.25-beta.1
RUN sh <(wget -c -q https://raw.githubusercontent.com/ory/meta/master/install.sh -O -) -d -b /opt/oathkeeper oathkeeper v0.39.4
# install curl (used in start.sh)
RUN apk --no-cache --update-cache --upgrade --latest add curl
......
- id: holi-production
version: v0.39.0
version: v0.39.4
upstream:
url: http://host.docker.internal:4000 # always true, as this GraphQL mesh is run within this Docker container
match:
......
- id: holi-production
version: v0.38.25-beta.1
version: v0.39.4
upstream:
url: http://localhost:4000 # always true, as this GraphQL mesh is run within this Docker container
match:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment