Skip to content

Commit 8fdb489

Browse files
committed
Matching UID/GID of 1st user of a Ubuntu system.
This is the default UID:GID mapping now as the previously hard-coded values of 1002:1002 where used in production system, only.
1 parent f74cefa commit 8fdb489

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ FROM alpine:3.19
33
LABEL authors="Arnd Plumhoff <[email protected]>, Sascha Hoppe <[email protected]>"
44

55
ARG ELKLIVE_HOME=/elklive
6-
ARG ELKLIVE_UID=1002
7-
ARG ELKLIVE_GID=1002
6+
ARG ELKLIVE_UID=1000
7+
ARG ELKLIVE_GID=1000
88

99
RUN apk add --update --no-cache yarn git gradle curl
1010

0 commit comments

Comments
 (0)