Skip to content

Commit

Permalink
bump used version to v0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkruss committed Sep 5, 2023
1 parent bf1cf9b commit 479fa9b
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
version:
- v0.6.6
- v0.6.7
- dev
build:
- alpine
Expand Down
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ $ php --ri relay
You may specify the Relay version/build for non-package (APT/YUM) Docker examples:

```
docker build --pull --tag relay-alpine --file alpine.Dockerfile --build-arg RELAY=v0.6.6 .
docker build --pull --tag relay-alpine --file alpine.Dockerfile --build-arg RELAY=v0.6.7 .
```

To install the nightly developments builds use the `dev` version:
Expand Down
2 changes: 1 addition & 1 deletion docker/al2.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN pecl install msgpack && \
RUN pecl install igbinary && \
echo "extension = igbinary.so" > $(php-config --ini-dir)/40-igbinary.ini

ARG RELAY=v0.6.6
ARG RELAY=v0.6.7

# Download Relay
RUN ARCH=$(uname -m | sed 's/_/-/') \
Expand Down
2 changes: 1 addition & 1 deletion docker/al2023.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN pecl install msgpack && \
RUN pecl install igbinary && \
echo "extension = igbinary.so" > $(php-config --ini-dir)/40-igbinary.ini

ARG RELAY=v0.6.6
ARG RELAY=v0.6.7

# Install Relay dependencies
RUN yum install -y --nogpgcheck \
Expand Down
2 changes: 1 addition & 1 deletion docker/alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN apk add \
php81-pecl-msgpack \
php81-pecl-igbinary

ARG RELAY=v0.6.6
ARG RELAY=v0.6.7

# Download Relay
RUN PLATFORM=$(uname -m | sed 's/_/-/') \
Expand Down
2 changes: 1 addition & 1 deletion docker/centos7/centos7.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ENV PATH="/opt/remi/php80/root/usr/bin/:$PATH"
ENV PHP_INI_DIR=/etc/opt/remi/php80/php.d/
ENV PHP_EXT_DIR=/opt/remi/php80/root/usr/lib64/php/modules/

ARG RELAY=v0.6.6
ARG RELAY=v0.6.7

# Install Relay dependencies
RUN yum install -y \
Expand Down
2 changes: 1 addition & 1 deletion docker/centos8/centos8.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ENV PATH="/opt/remi/php80/root/usr/bin/:$PATH"
ENV PHP_INI_DIR=/etc/opt/remi/php80/php.d/
ENV PHP_EXT_DIR=/opt/remi/php80/root/usr/lib64/php/modules/

ARG RELAY=v0.6.6
ARG RELAY=v0.6.7

# Install Relay dependencies
RUN yum install -y \
Expand Down
2 changes: 1 addition & 1 deletion docker/centos8/rocky8.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ENV PATH="/opt/remi/php80/root/usr/bin/:$PATH"
ENV PHP_INI_DIR=/etc/opt/remi/php80/php.d/
ENV PHP_EXT_DIR=/opt/remi/php80/root/usr/lib64/php/modules/

ARG RELAY=v0.6.6
ARG RELAY=v0.6.7

# Install Relay dependencies
RUN yum install -y \
Expand Down
2 changes: 1 addition & 1 deletion docker/debian/debian10-zts.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN curl --output php-${PHP}.tar.gz https://www.php.net/distributions/php-${PHP}
make -j$(nproc) && \
make install

ARG RELAY=v0.6.6
ARG RELAY=v0.6.7

# Download Relay
RUN PHP=$(php -r "echo substr(PHP_VERSION, 0, 3);") \
Expand Down
2 changes: 1 addition & 1 deletion docker/debian/debian10.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN apt-get install -y \
php8.1-msgpack \
php8.1-igbinary

ARG RELAY=v0.6.6
ARG RELAY=v0.6.7

# Download Relay
RUN PLATFORM=$(uname -m | sed 's/_/-/') \
Expand Down
2 changes: 1 addition & 1 deletion docker/el9/el9.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN dnf -y install php-cli
ENV PHP_INI_DIR=/etc/php.d/
ENV PHP_EXT_DIR=/usr/lib64/php/modules

ARG RELAY=v0.6.6
ARG RELAY=v0.6.7

# Relay requires the `msgpack` and `igbinary` extension
RUN dnf -y install \
Expand Down
2 changes: 1 addition & 1 deletion docker/litespeed.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM litespeedtech/litespeed:6.0.8-lsphp74
ENV PHP_EXT_DIR=/usr/local/lsws/lsphp74/lib/php/20190902/
ENV PHP_INI_DIR=/usr/local/lsws/lsphp74/etc/php/7.4/mods-available/

ARG RELAY=v0.6.6
ARG RELAY=v0.6.7

# Download Relay
RUN PLATFORM=$(uname -m | sed 's/_/-/') \
Expand Down
2 changes: 1 addition & 1 deletion docker/openlitespeed.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM litespeedtech/openlitespeed:1.7.16-lsphp81
ENV PHP_EXT_DIR=/usr/local/lsws/lsphp81/lib/php/20210902
ENV PHP_INI_DIR=/usr/local/lsws/lsphp81/etc/php/8.1/mods-available/

ARG RELAY=v0.6.6
ARG RELAY=v0.6.7

# Download Relay
RUN PLATFORM=$(uname -m | sed 's/_/-/') \
Expand Down
2 changes: 1 addition & 1 deletion docker/sle15.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN zypper --gpg-auto-import-keys update \
php8-pecl \
php8-devel

ARG RELAY=v0.6.6
ARG RELAY=v0.6.7

# Install Relay dependencies
RUN zypper install -y \
Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu/ubuntu20.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN apt-get install -y \
php-msgpack \
php-igbinary

ARG RELAY=v0.6.6
ARG RELAY=v0.6.7

# Download Relay
RUN ARCH=$(uname -m | sed 's/_/-/') \
Expand Down

0 comments on commit 479fa9b

Please sign in to comment.