Skip to content
Snippets Groups Projects
Commit d7fa46e2 authored by Mart van Santen's avatar Mart van Santen
Browse files

Use specific versions of images

parent e4481e55
No related branches found
No related tags found
2 merge requests!68Merge loginpanel into main and release 0.5.0,!57Resolve "Add login panel CI/CD to create (docker) image"
Pipeline #10032 passed with stages
in 1 minute and 13 seconds
......@@ -3,7 +3,7 @@
# This Dockerfile is only used for testing CI/CD testing and is not used in
# production.
FROM oryd/hydra:latest
FROM oryd/hydra:v1.10.7-alpine
# Set DSN in Dockerfile, as services variables in CI/CD testing as shared
# between services and the DSN is different for different services.
......
......@@ -3,7 +3,7 @@
# This Dockerfile is only used for testing CI/CD testing and is not used in
# production.
FROM oryd/kratos:latest
FROM oryd/kratos:v0.8.0-alpha.3
# Set DSN in Dockerfile, as services variables in CI/CD testing as shared
# between services and the DSN is different for different services.
......
......@@ -4,7 +4,7 @@
# This Dockerfile is only used for testing CI/CD testing and is not used in
# production.
FROM postgres:latest
FROM postgres:bullseye
# Copy our setup SQL to the image to create databases at setup/first run
COPY setup.sql /docker-entrypoint-initdb.d/setup.sql
......
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