diff --git a/Dockerfile.kratos b/Dockerfile.kratos index 5170b4bd..39530165 100644 --- a/Dockerfile.kratos +++ b/Dockerfile.kratos @@ -7,7 +7,7 @@ FROM ghcr.io/security-onion-solutions/golang:1.22 AS builder ARG OWNER=ory -ARG VERSION=v1.1.0 +ARG VERSION=v1.2.0 RUN addgroup --system ory; \ adduser --system ory --no-create-home --disabled-password --ingroup ory --disabled-login