We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b888d9 commit 0e933feCopy full SHA for 0e933fe
Dockerfile
@@ -101,7 +101,7 @@ RUN NB_CORES="${BUILD_CORES-$(getconf _NPROCESSORS_CONF)}" \
101
&& chown -R nginx:nginx /etc/nginx && chmod -R g+w /etc/nginx
102
103
FROM docker.io/library/alpine:${BASE_VERSION}@sha256:${BASE_HASH}
104
-RUN addgroup -S angie && adduser -S angie -s /sbin/nologin -G angie --uid 101 --no-create-home \
+RUN addgroup -S nginx && adduser -S nginx -s /sbin/nologin -G nginx --uid 101 --no-create-home \
105
&& apk -U upgrade && apk add --no-cache \
106
pcre \
107
tini \
0 commit comments