Skip to content

Commit 41976f7

Browse files
Update debian base image
1 parent 65c6b11 commit 41976f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN cd cmd/sso-proxy/generate-request-signature && go build -mod=readonly -o /bi
2323
#
2424
# add static assets and copy binaries from build stage
2525
# =============================================================================
26-
FROM debian:buster-slim
26+
FROM debian:bullseye-slim
2727
RUN apt-get update && apt-get install -y ca-certificates curl && rm -rf /var/lib/apt/lists/* \
2828
&& groupadd -r sso && useradd -r -g sso sso
2929
WORKDIR /sso

0 commit comments

Comments
 (0)