We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65c6b11 commit 41976f7Copy full SHA for 41976f7
Dockerfile
@@ -23,7 +23,7 @@ RUN cd cmd/sso-proxy/generate-request-signature && go build -mod=readonly -o /bi
23
#
24
# add static assets and copy binaries from build stage
25
# =============================================================================
26
-FROM debian:buster-slim
+FROM debian:bullseye-slim
27
RUN apt-get update && apt-get install -y ca-certificates curl && rm -rf /var/lib/apt/lists/* \
28
&& groupadd -r sso && useradd -r -g sso sso
29
WORKDIR /sso
0 commit comments