We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dcf073 commit b5f80c1Copy full SHA for b5f80c1
.docker/Dockerfile-build
@@ -25,7 +25,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build go build -tags sqlite \
25
-ldflags="-X 'github.com/ory/kratos/driver/config.Version=${VERSION}' -X 'github.com/ory/kratos/driver/config.Date=${BUILD_DATE}' -X 'github.com/ory/kratos/driver/config.Commit=${COMMIT}'" \
26
-o /usr/bin/kratos
27
28
-FROM alpine:3.15.4
+FROM alpine:3.16
29
30
RUN addgroup -S ory; \
31
adduser -S ory -G ory -D -u 10000 -h /home/ory -s /bin/nologin; \
0 commit comments