File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -87,8 +87,8 @@ docker {
8787
8888 from(" eclipse-temurin:24-jre-alpine" )
8989
90- runShell(" addgroup -S bot" )
91- runShell(" adduser -S bot -G bot" )
90+ runShell(" addgroup --gid 1001 - S bot" )
91+ runShell(" adduser --uid 101 - S bot -G bot" )
9292 user(" bot" )
9393
9494 workdir(" /bot" )
Original file line number Diff line number Diff line change @@ -109,8 +109,8 @@ docker {
109109 from(" eclipse-temurin:24-jre-alpine" )
110110 runShell(" apk add --no-cache git" )
111111
112- runShell(" addgroup -S platform" )
113- runShell(" adduser -S platform -G platform" )
112+ runShell(" addgroup --gid 1001 - S platform" )
113+ runShell(" adduser --uid 1001 - S platform -G platform" )
114114 runShell(" mkdir -p /app" )
115115 runShell(" chown platform /app" )
116116
You can’t perform that action at this time.
0 commit comments