Skip to content

Commit 3a49398

Browse files
committed
fix: syntax labels
1 parent 02091b8 commit 3a49398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG VERSION_PHP='8.3'
88
ARG VERSION='unknown'
99

1010
LABEL \
11-
org.opencontainers.image.title="PHP + NGINX"
11+
org.opencontainers.image.title="PHP + NGINX" \
1212
org.opencontainers.image.description="Lightweight and secure image with PHP 8.3 and NGINX on Alpine" \
1313
org.opencontainers.image.source="https://github.com/fontebasso/docker-php-nginx" \
1414
org.opencontainers.image.version="${VERSION}" \

0 commit comments

Comments
 (0)