We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2836c20 commit b080d3cCopy full SHA for b080d3c
1 file changed
distribution/docker/Dockerfile
@@ -1,7 +1,7 @@
1
FROM eclipse-temurin:25-jdk
2
LABEL authors="info@predic8.de"
3
ARG USERNAME=membrane
4
-ARG USER_UID=1000
+ARG USER_UID=1001
5
ARG USER_GID=$USER_UID
6
7
COPY release-bin .
0 commit comments