diff --git a/apps/sage/shiny-base/Dockerfile b/apps/sage/shiny-base/Dockerfile index 7149f03f38..0cd21a3791 100644 --- a/apps/sage/shiny-base/Dockerfile +++ b/apps/sage/shiny-base/Dockerfile @@ -1,4 +1,4 @@ -# hadolint global ignore=DL3009,DL3015,DL3059 +# hadolint global ignore=DL3009,DL3015,DL3059,DL3047 FROM ubuntu:22.04 RUN apt-get -y update && apt-get -y upgrade