Skip to content

Commit

Permalink
- allow Renovate to update php docker image version (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtracz authored May 24, 2024
1 parent 631d894 commit 1367012
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions environment/dev/app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# renovate: datasource=docker depName=php
ARG PHP_VERSION=8.3.6
ARG PHP_MODULE_NAME=php${PHP_VERSION}
# https://github.com/nginx/unit/tags
Expand Down
1 change: 1 addition & 0 deletions environment/prod/app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# renovate: datasource=docker depName=php
ARG PHP_VERSION=8.3.6
ARG PHP_MODULE_NAME=php${PHP_VERSION}
# https://github.com/nginx/unit/tags
Expand Down

0 comments on commit 1367012

Please sign in to comment.