Skip to content

Commit

Permalink
Merge pull request #645 from Security-Onion-Solutions/jertel/wip
Browse files Browse the repository at this point in the history
upgrade Kratos from 1.2.0 to 1.3.0
  • Loading branch information
jertel authored Oct 1, 2024
2 parents a111bf9 + db31184 commit 227344c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.kratos
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 227344c

Please sign in to comment.