mirror of
https://github.com/paralus/paralus.git
synced 2026-02-14 17:49:51 +00:00
Upgrade kratos version in Paralus init Dockerfile
Signed-off-by: Akshay Gaikwad <akgaikwad001@gmail.com>
This commit is contained in:
@@ -4,7 +4,7 @@ LABEL description="Build container"
|
||||
ENV CGO_ENABLED 0
|
||||
WORKDIR /build
|
||||
|
||||
RUN wget -O kratos.tar.gz -q https://github.com/ory/kratos/releases/download/v0.8.0-alpha.3/kratos_0.8.0-alpha.3_linux_64bit.tar.gz && tar -xf kratos.tar.gz
|
||||
RUN wget -O kratos.tar.gz -q https://github.com/ory/kratos/releases/download/v0.10.1/kratos_0.10.1-linux_64bit.tar.gz && tar -xf kratos.tar.gz
|
||||
RUN wget -O migrate.tar.gz -q https://github.com/golang-migrate/migrate/releases/download/v4.15.2/migrate.linux-amd64.tar.gz && tar -xf migrate.tar.gz
|
||||
|
||||
COPY . /build
|
||||
|
||||
Reference in New Issue
Block a user