Skip to content

Commit

Permalink
[LIM-1635] added updated PHP version 8.2 (#22)
Browse files Browse the repository at this point in the history
* [LIM-1635] added update for PHP 8.2 in cli

* [LIM-1635] added update for PHP 8.2 in cli tag
  • Loading branch information
usamaTudock authored Feb 12, 2024
1 parent 6b951aa commit b24c384
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
- riptidepy/sphinx:latest
- path: shopify
tags:
- riptidepy/shopify:n18.19_p8.1
- riptidepy/shopify:n18.19_p8.2
- path: keycloak/latest
tags:
- riptidepy/keycloak:latest
Expand Down
5 changes: 3 additions & 2 deletions shopify/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.1-cli-alpine3.16
FROM php:8.2-cli-alpine3.16

ARG XDEBUG_CLIENT_HOST=host.docker.internal
ENV XDEBUG_CLIENT_HOST $XDEBUG_CLIENT_HOST
Expand All @@ -14,6 +14,7 @@ RUN apk add --no-cache \
alpine-sdk \
gcompat \
icu \
linux-headers \
freetype libjpeg-turbo libpng libwebp

# add build dependencies
Expand All @@ -26,7 +27,7 @@ RUN apk add --no-cache -t .build-deps \
# install bundler for extension deployment
gem install bundler && \
# configure xdebug
pecl install xdebug-3.1.5 && docker-php-ext-enable xdebug && \
pecl install xdebug-3.3.1 && docker-php-ext-enable xdebug && \
echo 'xdebug.mode=off' >> /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini && \
echo "xdebug.client_host=${XDEBUG_CLIENT_HOST}" >> /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini && \
echo 'xdebug.cli_color=1' >> /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini && \
Expand Down
2 changes: 1 addition & 1 deletion shopify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ Ruby and Rust are skipped for now since we assume that there is no need for cont
|-------------|-------|-----|------|------|
| latest | 18.16 | 8.1 | | |
| n20.11_p8.1 | 20.11 | 8.1 | 3.1 | 1.60 |
| n18.19_p8.1 | 18.19 | 8.1 | 3.1 | 1.60 |
| n18.19_p8.2 | 18.19 | 8.2 | 3.1 | 1.60 |

0 comments on commit b24c384

Please sign in to comment.