Skip to content
Snippets Groups Projects
Commit dd5c73ab authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

Merge branch 'fix-pipeline' into '0.2'

Pin hydra release to v1.8

See merge request openappstack/single-sign-on!38
parents 0f5d7578 0e7f23e3
No related branches found
No related tags found
1 merge request!38Pin hydra release to v1.8
Pipeline #9342 failed with stages
in 3 minutes and 1 second
......@@ -104,7 +104,7 @@ behave-integration:
alias: consent
- name: ${CI_REGISTRY_IMAGE}/logout_provider:${CI_COMMIT_REF_NAME}
alias: logout
- name: oryd/hydra:latest
- name: docker.io/oryd/hydra:v1.8
alias: hydra
command:
- serve
......
......@@ -10,6 +10,8 @@ RUN apk --no-cache add \
libc-dev \
openssl-dev \
bash \
rust \
cargo \
gcc
RUN pip3 install --no-cache-dir -r requirements.txt
......
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