mirror of
https://github.com/paralus/paralus.git
synced 2026-02-14 09:39:50 +00:00
updated kratos to v0.11.1 used by helm to complete migrations
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.11.0/kratos_0.11.0-linux_64bit.tar.gz && tar -xf kratos.tar.gz
|
||||
RUN wget -O kratos.tar.gz -q https://github.com/ory/kratos/releases/download/v0.11.1/kratos_0.11.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