Skip to content

Commit b080d3c

Browse files
authored
fixed group id for Docker image (#2299)
1 parent 2836c20 commit b080d3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

distribution/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM eclipse-temurin:25-jdk
22
LABEL authors="info@predic8.de"
33
ARG USERNAME=membrane
4-
ARG USER_UID=1000
4+
ARG USER_UID=1001
55
ARG USER_GID=$USER_UID
66

77
COPY release-bin .

0 commit comments

Comments
 (0)