Skip to content

Commit 824d1a5

Browse files
author
tchapi
committed
Small Docker typos
1 parent 70edb36 commit 824d1a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ ENV PHP_OPCACHE_MEMORY_CONSUMPTION="256" \
7878

7979
LABEL org.opencontainers.image.authors="[email protected]"
8080
LABEL org.opencontainers.image.url="https://github.com/tchapi/davis/pkgs/container/davis"
81-
LABEL org.opencontainers.image.description="A simple, fully translatable admin interface for sabre/dav based on Symfony 5 and Bootstrap 5"
81+
LABEL org.opencontainers.image.description="A simple, fully translatable admin interface for sabre/dav based on Symfony 7 and Bootstrap 5"
8282

8383
# Rapatriate built extensions
8484
COPY --from=extension-builder /usr/local/etc/php/conf.d /usr/local/etc/php/conf.d/

docker/Dockerfile-standalone

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ ENV PHP_OPCACHE_MEMORY_CONSUMPTION="256" \
7676

7777
LABEL org.opencontainers.image.authors="[email protected]"
7878
LABEL org.opencontainers.image.url="https://github.com/tchapi/davis/pkgs/container/davis-standalone"
79-
LABEL org.opencontainers.image.description="A simple, fully translatable admin interface for sabre/dav based on Symfony 5 and Bootstrap 5 (Standalone version with reverse-proxy)"
79+
LABEL org.opencontainers.image.description="A simple, fully translatable admin interface for sabre/dav based on Symfony 7 and Bootstrap 5 (Standalone version with reverse-proxy)"
8080

8181
# Rapatriate built extensions
8282
COPY --from=extension-builder /usr/local/etc/php/conf.d /usr/local/etc/php/conf.d/

0 commit comments

Comments
 (0)