Skip to content

Commit 0132060

Browse files
authored
Update rstudio Dockerfile with uid and gid 977
1 parent 0db7981 commit 0132060

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rstudio/server/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ ENV TZ="Europe/Oslo" \
1919
USERNAME="rstudio" \
2020
HOME="/home/rstudio" \
2121
TINI_VERSION=v0.19.0 \
22-
APP_UID=999 \
23-
APP_GID=999 \
22+
APP_UID=977 \
23+
APP_GID=977 \
2424
PKG_R_VERSION=4.4.2 \
2525
PKG_RSTUDIO_VERSION=2024.09.1+394 \
2626
PKG_SHINY_VERSION=1.5.22.1017

0 commit comments

Comments
 (0)