Updated Dockerfile
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Pierre HUBERT 2025-03-04 20:44:48 +01:00
parent e30978c651
commit 90d9c31ed3

View File

@ -1,4 +1,4 @@
FROM debian:bullseye-slim FROM debian:bookworm-slim
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y libcurl4 \ && apt-get install -y libcurl4 \
@ -6,4 +6,4 @@ RUN apt-get update \
COPY oidc-test-client /usr/local/bin/oidc-test-client COPY oidc-test-client /usr/local/bin/oidc-test-client
ENTRYPOINT /usr/local/bin/oidc-test-client ENTRYPOINT ["/usr/local/bin/oidc-test-client"]