Skip to content

Commit 4b6d62f

Browse files
committed
fix source
1 parent 5051b02 commit 4b6d62f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

alpine.fpm_nginx.extended.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ RUN \
8888
} >> /etc/supervisor.d/supervisord.ini ; \
8989
fi
9090

91-
# envsubst for templating <https://github.com/nginxinc/docker-nginx/blob/master/stable/alpine/Dockerfile#L95-L111>
91+
# envsubst for templating <https://github.com/nginxinc/docker-nginx/blob/master/stable/alpine-slim/Dockerfile#L86-L102>
9292
RUN apk add --no-cache --virtual .gettext gettext ; \
9393
mv /usr/bin/envsubst /tmp/ \
9494
; \

alpine.fpm_nginx.extended.git.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ RUN \
8282
echo 'autorestart=unexpected'; \
8383
} >> /etc/supervisor.d/supervisord.ini
8484

85-
# envsubst for templating <https://github.com/nginxinc/docker-nginx/blob/master/stable/alpine/Dockerfile#L87>
85+
# envsubst for templating <https://github.com/nginxinc/docker-nginx/blob/master/stable/alpine-slim/Dockerfile#L86-L102>
8686
RUN apk add --no-cache --virtual .gettext gettext ; \
8787
mv /usr/bin/envsubst /tmp/ \
8888
; \

0 commit comments

Comments
 (0)