Skip to content

Commit 28431d3

Browse files
committed
Uid typo
1 parent 088f509 commit 28431d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

botfest/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ docker {
8888
from("eclipse-temurin:24-jre-alpine")
8989

9090
runShell("addgroup --gid 1001 -S bot")
91-
runShell("adduser --uid 101 -S bot -G bot")
91+
runShell("adduser --uid 1001 -S bot -G bot")
9292
user("bot")
9393

9494
workdir("/bot")

0 commit comments

Comments
 (0)