Skip to content

Commit

Permalink
Merge pull request #300 from saleor/bump-to-3.17.2
Browse files Browse the repository at this point in the history
Bump API and worker images to 3.17.2
  • Loading branch information
IKarbowiak authored Oct 31, 2023
2 parents a8e5ab8 + f24c1f3 commit d290a31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.4"

services:
api:
image: ghcr.io/saleor/saleor:3.17.0
image: ghcr.io/saleor/saleor:3.17.2
ports:
- 8000:8000
restart: unless-stopped
Expand Down Expand Up @@ -56,7 +56,7 @@ services:
- saleor-redis:/data

worker:
image: ghcr.io/saleor/saleor:3.17.0
image: ghcr.io/saleor/saleor:3.17.2
command: celery -A saleor --app=saleor.celeryconf:app worker --loglevel=info -B
restart: unless-stopped
networks:
Expand Down

0 comments on commit d290a31

Please sign in to comment.