Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ldap.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN --mount=type=cache,sharing=locked,target=/go/pkg/mod \
go build -o /go/ldap ./cmd/ldap

# Stage 2: Run
FROM ghcr.io/goauthentik/fips-debian:trixie-slim-fips@sha256:9b4cedf932e97194f1825124830f2eec14254d90162dad28f97e505971543115
FROM ghcr.io/goauthentik/fips-debian:trixie-slim-fips@sha256:f3228f817f795c2a3986b5de270b4d48e71c8d733280f8127f465f124841a4dc

ARG VERSION
ARG GIT_BUILD_HASH
Expand Down
2 changes: 1 addition & 1 deletion proxy.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN --mount=type=cache,sharing=locked,target=/go/pkg/mod \
go build -o /go/proxy ./cmd/proxy

# Stage 3: Run
FROM ghcr.io/goauthentik/fips-debian:trixie-slim-fips@sha256:9b4cedf932e97194f1825124830f2eec14254d90162dad28f97e505971543115
FROM ghcr.io/goauthentik/fips-debian:trixie-slim-fips@sha256:f3228f817f795c2a3986b5de270b4d48e71c8d733280f8127f465f124841a4dc

ARG VERSION
ARG GIT_BUILD_HASH
Expand Down
2 changes: 1 addition & 1 deletion radius.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN --mount=type=cache,sharing=locked,target=/go/pkg/mod \
go build -o /go/radius ./cmd/radius

# Stage 2: Run
FROM ghcr.io/goauthentik/fips-debian:trixie-slim-fips@sha256:9b4cedf932e97194f1825124830f2eec14254d90162dad28f97e505971543115
FROM ghcr.io/goauthentik/fips-debian:trixie-slim-fips@sha256:f3228f817f795c2a3986b5de270b4d48e71c8d733280f8127f465f124841a4dc

ARG VERSION
ARG GIT_BUILD_HASH
Expand Down
Loading