Skip to content

Commit 6f891de

Browse files
authored
Merge pull request #161 from J0WI/alpine-3.12
Upgrade Alpine to 3.12
2 parents 1f4f797 + b52f30b commit 6f891de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

2.4/alpine/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
FROM alpine:3.11
1+
FROM alpine:3.12
22

33
# ensure www-data user exists
44
RUN set -x \
55
&& addgroup -g 82 -S www-data \
66
&& adduser -u 82 -D -S -G www-data www-data
77
# 82 is the standard uid/gid for "www-data" in Alpine
8-
# https://git.alpinelinux.org/cgit/aports/tree/main/apache2/apache2.pre-install?h=v3.8.1
9-
# https://git.alpinelinux.org/cgit/aports/tree/main/lighttpd/lighttpd.pre-install?h=v3.8.1
10-
# https://git.alpinelinux.org/cgit/aports/tree/main/nginx/nginx.pre-install?h=v3.8.1
8+
# https://git.alpinelinux.org/cgit/aports/tree/main/apache2/apache2.pre-install?h=v3.12.0
9+
# https://git.alpinelinux.org/cgit/aports/tree/main/lighttpd/lighttpd.pre-install?h=v3.12.0
10+
# https://git.alpinelinux.org/cgit/aports/tree/main/nginx/nginx.pre-install?h=v3.12.0
1111

1212
ENV HTTPD_PREFIX /usr/local/apache2
1313
ENV PATH $HTTPD_PREFIX/bin:$PATH

0 commit comments

Comments
 (0)