From efc357f5de746104d5d77be5875a33c0323e152b Mon Sep 17 00:00:00 2001 From: Anthony Williams Date: Fri, 20 Sep 2024 09:26:02 -0700 Subject: [PATCH] Use shiny-base release-1.10 for security updates. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e444fe18..5c89364b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/afwillia/shiny-base:release-1.9 +FROM ghcr.io/afwillia/shiny-base:release-1.10 # add version tag as a build argument ARG DCA_VERSION