Skip to content

Commit bf37527

Browse files
committed
bump test version
1 parent 0f68cb4 commit bf37527

16 files changed

+16
-16
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
version:
24-
- v0.12.0
24+
- v0.12.1
2525
- dev
2626
build:
2727
- alpine

docker/al2.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN pecl install msgpack && \
3333
RUN pecl install igbinary && \
3434
echo "extension = igbinary.so" > $(php-config --ini-dir)/40-igbinary.ini
3535

36-
ARG RELAY=v0.12.0
36+
ARG RELAY=v0.12.1
3737

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

docker/al2023.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN pecl install msgpack && \
1414
RUN pecl install igbinary && \
1515
echo "extension = igbinary.so" > $(php-config --ini-dir)/40-igbinary.ini
1616

17-
ARG RELAY=v0.12.0
17+
ARG RELAY=v0.12.1
1818

1919
# Install Relay dependencies
2020
RUN yum install -y --nogpgcheck \

docker/alpine.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN apk add \
1717
php81-pecl-msgpack \
1818
php81-pecl-igbinary
1919

20-
ARG RELAY=v0.12.0
20+
ARG RELAY=v0.12.1
2121

2222
# Download Relay
2323
RUN PLATFORM=$(uname -m | sed 's/_/-/') \

docker/arch.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM archlinux:latest
33
RUN pacman -Syu --noconfirm \
44
&& pacman -S --noconfirm php
55

6-
ARG RELAY=v0.12.0
6+
ARG RELAY=v0.12.1
77

88
# Install Relay dependencies
99
RUN pacman -S --noconfirm \

docker/centos7/centos7.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ENV PATH="/opt/remi/php80/root/usr/bin/:$PATH"
2020
ENV PHP_INI_DIR=/etc/opt/remi/php80/php.d/
2121
ENV PHP_EXT_DIR=/opt/remi/php80/root/usr/lib64/php/modules/
2222

23-
ARG RELAY=v0.12.0
23+
ARG RELAY=v0.12.1
2424

2525
# Install Relay dependencies
2626
RUN yum install -y \

docker/centos8/centos8.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ENV PATH="/opt/remi/php80/root/usr/bin/:$PATH"
1717
ENV PHP_INI_DIR=/etc/opt/remi/php80/php.d/
1818
ENV PHP_EXT_DIR=/opt/remi/php80/root/usr/lib64/php/modules/
1919

20-
ARG RELAY=v0.12.0
20+
ARG RELAY=v0.12.1
2121

2222
# Install Relay dependencies
2323
RUN yum install -y --nogpgcheck \

docker/centos8/rocky8.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ENV PATH="/opt/remi/php80/root/usr/bin/:$PATH"
1313
ENV PHP_INI_DIR=/etc/opt/remi/php80/php.d/
1414
ENV PHP_EXT_DIR=/opt/remi/php80/root/usr/lib64/php/modules/
1515

16-
ARG RELAY=v0.12.0
16+
ARG RELAY=v0.12.1
1717

1818
# Install Relay dependencies
1919
RUN yum install -y --nogpgcheck \

docker/debian/debian11.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ RUN apt-get install -y \
3636
RUN wget -c https://github.com/redis/hiredis/archive/refs/tags/v1.2.0.tar.gz -O - | tar -xzC /tmp \
3737
&& PREFIX=/usr USE_SSL=1 make -C /tmp/hiredis-1.2.0 install
3838

39-
ARG RELAY=v0.12.0
39+
ARG RELAY=v0.12.1
4040

4141
# Download Relay
4242
RUN PLATFORM=$(uname -m | sed 's/_/-/') \

docker/el9/el9.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN dnf -y install php-cli
1414
ENV PHP_INI_DIR=/etc/php.d/
1515
ENV PHP_EXT_DIR=/usr/lib64/php/modules
1616

17-
ARG RELAY=v0.12.0
17+
ARG RELAY=v0.12.1
1818

1919
# Relay requires the `msgpack` and `igbinary` extension
2020
RUN dnf -y install \

0 commit comments

Comments
 (0)