Skip to content

Commit

Permalink
Update PHP to v8.3
Browse files Browse the repository at this point in the history
| datasource  | package     | from | to  |
| ----------- | ----------- | ---- | --- |
| docker      | php         | 8.2  | 8.3 |
| github-tags | php/php-src | 8.2  | 8.3 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 27, 2023
1 parent 4039912 commit 9fd9c39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .docker/php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN mkdir -p /assets && mv /work/build/* /assets


# Build the PHP container
FROM php:8.2-fpm-alpine
FROM php:8.3-fpm-alpine

# System dependencies
# RUN mkdir -p /etc/apk && echo 'http://dl-cdn.alpinelinux.org/alpine/v3.6/community' >> /etc/apk/repositories
Expand Down
2 changes: 1 addition & 1 deletion .platform.app.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: getlaminas_org

type: php:8.2
type: php:8.3

size: S

Expand Down

0 comments on commit 9fd9c39

Please sign in to comment.