File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ENV NEO4J_SHA256=%%NEO4J_SHA%% \
8
8
TINI_SHA256="12d20136605531b09a2c2dac02ccee85e1b874eb322ef6baf7561cd93f93c855"
9
9
ARG NEO4J_URI=%%NEO4J_DIST_SITE%%/%%NEO4J_TARBALL%%
10
10
11
- RUN addgroup --gid 7474 -- system neo4j && adduser --uid 7474 --system --no-create-home --home "${NEO4J_HOME}" --ingroup neo4j neo4j
11
+ RUN addgroup --system neo4j && adduser --system --no-create-home --home "${NEO4J_HOME}" --ingroup neo4j neo4j
12
12
13
13
COPY ./local-package/* /tmp/
14
14
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ENV NEO4J_SHA256=%%NEO4J_SHA%% \
8
8
TINI_SHA256="12d20136605531b09a2c2dac02ccee85e1b874eb322ef6baf7561cd93f93c855"
9
9
ARG NEO4J_URI=%%NEO4J_DIST_SITE%%/%%NEO4J_TARBALL%%
10
10
11
- RUN addgroup --gid 7474 -- system neo4j && adduser --uid 7474 --system --no-create-home --home "${NEO4J_HOME}" --ingroup neo4j neo4j
11
+ RUN addgroup --system neo4j && adduser --system --no-create-home --home "${NEO4J_HOME}" --ingroup neo4j neo4j
12
12
13
13
COPY ./local-package/* /tmp/
14
14
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ENV NEO4J_SHA256=%%NEO4J_SHA%% \
8
8
TINI_SHA256="12d20136605531b09a2c2dac02ccee85e1b874eb322ef6baf7561cd93f93c855"
9
9
ARG NEO4J_URI=%%NEO4J_DIST_SITE%%/%%NEO4J_TARBALL%%
10
10
11
- RUN addgroup --gid 7474 -- system neo4j && adduser --uid 7474 --system --no-create-home --home "${NEO4J_HOME}" --ingroup neo4j neo4j
11
+ RUN addgroup --system neo4j && adduser --system --no-create-home --home "${NEO4J_HOME}" --ingroup neo4j neo4j
12
12
13
13
COPY ./local-package/* /tmp/
14
14
You can’t perform that action at this time.
0 commit comments