updated kratos to v0.11.1 used by helm to complete migrations

This commit is contained in:
niravparikh05
2023-03-31 15:14:44 +05:30
parent 961748123b
commit fd5ab8aeb4

View File

@@ -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