Skip to content

Commit 785b15f

Browse files
committed
Fixed Label in Dockerfile
1 parent 9f3f63d commit 785b15f

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
@@ -1,6 +1,6 @@
11
FROM alpine:3.12
22
LABEL Maintainer="Tim de Pater <[email protected]>" \
3-
Description="Lightweight container with Nginx 1.16 & PHP-FPM 7.3 based on Alpine Linux."
3+
Description="Lightweight container with Nginx 1.18 & PHP-FPM 7.3 based on Alpine Linux."
44

55
# Install packages and remove default server definition
66
RUN apk --no-cache add php7 php7-fpm php7-opcache php7-mysqli php7-json php7-openssl php7-curl \

0 commit comments

Comments
 (0)