Skip to content

Commit

Permalink
Dockerfile(deps): Bump php from aba2c1b to 1119d91
Browse files Browse the repository at this point in the history
Bumps php from `aba2c1b` to `1119d91`.

---
updated-dependencies:
- dependency-name: php
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and davidrjenni committed Aug 19, 2023
1 parent 5d5b546 commit 9289141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN composer install --no-dev --no-progress --no-interaction

FROM sourcegraph/src-cli:5.1.0@sha256:c7e4865c65623aba97fd031d3f6dc6ac15478e88fd8a6092029bb13d77117f47 AS src-cli

FROM php:8.2-cli-alpine3.17@sha256:aba2c1b39401d643829440f31f99c86a7aeeb8c2f9e449a77f2c3eb83e52d5b8
FROM php:8.2-cli-alpine3.17@sha256:1119d91b31c3e306cbcfd4c2c5f42dfb9abbae87043536b63183ce56567aff2c

RUN echo 'memory_limit=2G' >> /usr/local/etc/php/conf.d/docker-php-memory-limit.ini;

Expand Down

0 comments on commit 9289141

Please sign in to comment.