Skip to content

Commit b5f80c1

Browse files
committed
fix(docker): update images
1 parent 0dcf073 commit b5f80c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docker/Dockerfile-build

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build go build -tags sqlite \
2525
-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}'" \
2626
-o /usr/bin/kratos
2727

28-
FROM alpine:3.15.4
28+
FROM alpine:3.16
2929

3030
RUN addgroup -S ory; \
3131
adduser -S ory -G ory -D -u 10000 -h /home/ory -s /bin/nologin; \

0 commit comments

Comments
 (0)