Skip to content

Commit 35c021c

Browse files
author
Marcel Hofmann
committed
change user to numeric value for k8s compatibility
1 parent 5f912bb commit 35c021c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ ADD . /srv/configurable-http-proxy
99
WORKDIR /srv/configurable-http-proxy
1010
RUN npm install -g
1111

12-
USER nobody
12+
USER 65534
1313

1414
ENTRYPOINT ["/srv/configurable-http-proxy/chp-docker-entrypoint"]

0 commit comments

Comments
 (0)