diff --git a/playground/Dockerfile b/playground/Dockerfile index 4e310cb..8592a0e 100644 --- a/playground/Dockerfile +++ b/playground/Dockerfile @@ -10,7 +10,7 @@ RUN mv kapi/examples/* /web/kapi-playground WORKDIR /web/kapi-playground RUN rm Makefile && ln -s oidc-client-example.html index.html -FROM halverneus/static-file-server:v1.5.2 +FROM halverneus/static-file-server:v1.7.0 ARG VCS_REF ARG CODE_VERSION