Skip to content

Commit

Permalink
changed maintainer and clicksports references
Browse files Browse the repository at this point in the history
  • Loading branch information
rene-mueller committed Nov 30, 2023
1 parent c027aae commit dec5877
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ ARG PHP_VERSION=8.0

FROM php:${PHP_VERSION}-fpm

LABEL clicksports.php-fpm.maintainer="Alexander Schlegel, René Müller CLICKSPORTS"
LABEL clicksports.php-fpm.version="1.5"
LABEL rene-mueller.php-fpm.maintainer="René Müller"
LABEL rene-mueller.php-fpm.version="1.6"

ENV PHP_MAX_EXECUTION_TIME=60 \
PHP_MEMORY_LIMIT='512M' \
Expand Down
2 changes: 1 addition & 1 deletion development/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG PHP_VERSION=8.0

FROM ghcr.io/clicksports/php-fpm:${PHP_VERSION}
FROM ghcr.io/rene-mueller/php-fpm:${PHP_VERSION}

ENV PHP_OPCACHE_JIT='' \
APP_ENV=development \
Expand Down
2 changes: 1 addition & 1 deletion production/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG PHP_VERSION=8.0

FROM ghcr.io/clicksports/php-fpm:${PHP_VERSION}
FROM ghcr.io/rene-mueller/php-fpm:${PHP_VERSION}

ENV APP_ENV=production \
PHP_DISPLAY_ERRORS='Off' \
Expand Down

0 comments on commit dec5877

Please sign in to comment.