Skip to content

Commit

Permalink
- added renovate comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Blusia committed Feb 4, 2025
1 parent d4b8067 commit ca65416
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions environment/dev/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ RUN ln --symbolic /usr/local/lib/node_modules/npm/bin/npm-cli.js /usr/local/bin/
RUN mv "${PHP_INI_DIR}/php.ini-development" "${PHP_INI_DIR}/php.ini"

# https://pecl.php.net/package/redis
# renovate: datasource=github-tags depName=phpredis/phpredis
ARG PHPREDIS_VERSION=6.1.0

RUN apt-get update && apt-get install --assume-yes \
Expand All @@ -118,6 +119,7 @@ RUN curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmour --o
&& apt-get install --assume-yes postgresql-client-15

# For other versions check: https://pecl.php.net/package/xdebug
# renovate: datasource=github-tags depName=xdebug/xdebug
ARG XDEBUG_VERSION=3.4.1
ARG INSTALL_XDEBUG=true

Expand Down
1 change: 1 addition & 0 deletions environment/prod/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ COPY --from=vendor /usr/bin/composer /usr/local/bin/composer
# Install Postgresql client (https://www.postgresql.org/download/linux/debian/)
ARG POSTGRESQL_CLIENT_VERSION=15
# https://pecl.php.net/package/redis
# renovate: datasource=github-tags depName=phpredis/phpredis
ARG PHPREDIS_VERSION=6.1.0

RUN apt-get update \
Expand Down

0 comments on commit ca65416

Please sign in to comment.