Skip to content

Commit

Permalink
Merge pull request #299 from saleor/bump-to-3.17.0
Browse files Browse the repository at this point in the history
Bump platform to 3.17.0
  • Loading branch information
IKarbowiak authored Oct 12, 2023
2 parents 6411c6b + 2e4a98e commit a8e5ab8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.16.1
image: ghcr.io/saleor/saleor:3.17.0
ports:
- 8000:8000
restart: unless-stopped
Expand All @@ -26,7 +26,7 @@ services:
- ALLOWED_HOSTS=localhost,api

dashboard:
image: ghcr.io/saleor/saleor-dashboard:3.16.1
image: ghcr.io/saleor/saleor-dashboard:latest
ports:
- 9000:80
restart: unless-stopped
Expand Down Expand Up @@ -56,7 +56,7 @@ services:
- saleor-redis:/data

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

0 comments on commit a8e5ab8

Please sign in to comment.