Skip to content

Commit

Permalink
[shopsys] Redis upgrade (#1606)
Browse files Browse the repository at this point in the history
  • Loading branch information
pesektomas authored Apr 27, 2020
2 parents ae787ca + 772941d commit e3adc0c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"shopsys/product-feed-zbozi": "9.0.x-dev",
"shopsys/product-feed-google": "9.0.x-dev",
"shopsys/read-model": "9.0.x-dev",
"snc/redis-bundle": "^2.1.8",
"snc/redis-bundle": "^3.2.1",
"stof/doctrine-extensions-bundle": "^1.3.0",
"symfony-cmf/routing": "^2.0.3",
"symfony-cmf/routing-bundle": "^2.0.3",
Expand Down
2 changes: 1 addition & 1 deletion docker/conf/docker-compose-mac.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:
- "35729:35729"

redis:
image: redis:4.0-alpine
image: redis:5.0-alpine
container_name: shopsys-framework-redis

redis-admin:
Expand Down
2 changes: 1 addition & 1 deletion docker/conf/docker-compose-win.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:
- "35729:35729"

redis:
image: redis:4.0-alpine
image: redis:5.0-alpine
container_name: shopsys-framework-redis

redis-admin:
Expand Down
2 changes: 1 addition & 1 deletion docker/conf/docker-compose.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ services:
- "35729:35729"

redis:
image: redis:4.0-alpine
image: redis:5.0-alpine
container_name: shopsys-framework-redis

redis-admin:
Expand Down
2 changes: 1 addition & 1 deletion docker/php-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ RUN wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-k
apt-get update && apt-get install -y postgresql-12 postgresql-client-12 && apt-get clean

# install redis extension
RUN pecl install redis-4.1.1 && \
RUN pecl install redis-5.2.1 && \
docker-php-ext-enable redis

# install locales and switch to en_US.utf8 in order to enable UTF-8 support
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/deployments/redis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
spec:
containers:
- name: redis
image: redis:4.0-alpine
image: redis:5.0-alpine
ports:
- name: redis
containerPort: 6379
Expand Down

0 comments on commit e3adc0c

Please sign in to comment.