From db311844bf67ee16144a09adbfb8474cc108a33a Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Tue, 1 Oct 2024 08:52:39 -0400 Subject: [PATCH] upgrade Kratos from 1.2.0 to 1.3.0 --- Dockerfile.kratos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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