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