UNCLASSIFIED

Commit 1cad247b authored by Matt Vasquez's avatar Matt Vasquez
Browse files

update version tag / remove vulnerable packages

parent 4668d2cc
Pipeline #197749 passed with stages
in 11 minutes and 28 seconds
......@@ -26,6 +26,8 @@ RUN groupadd -g 1000 ${USER} && \
chown $USER:$USER /var/lib/rstudio-server && \
chown $USER:$USER /var/run/rstudio-server && \
chmod +t /var/run/rstudio-server && \
chkconfig rstudio-server off && \
rpm -e --nodeps binutils curl glibc-devel glibc-headers libcurl-devel libX11 libX11-common kernel-headers && \
dnf clean all && \
rm -rf /var/cache/dnf /tmp/*
......
......@@ -6,7 +6,7 @@ name: "opensource/rstudio"
# The most specific version should be the first tag and will be shown
# on ironbank.dsop.io
tags:
- "4.0.4"
- "1.4.1106"
- "latest"
# Build args passed to Dockerfile ARGs
args:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment