stop using latest

This commit is contained in:
Djkáťo 2024-05-17 16:13:52 +02:00
parent 9142786057
commit 66f8556dbe

View file

@ -19,7 +19,7 @@ Simply add the package to your `docker-compose.yml`, for example like so:
```yml
services:
app-payment-gateway:
image: ghcr.io/djkato/saleor-simple-payment-gateway:latest
image: ghcr.io/djkato/saleor-simple-payment-gateway:0.1.1
env_file:
- docker-gateway.env
networks:
@ -30,7 +30,7 @@ services:
- 3001:3001
app-sitemap-generator:
image: ghcr.io/djkato/saleor-sitemap-generator:latest
image: ghcr.io/djkato/saleor-sitemap-generator:0.1.0
env_file:
- docker-sitemap.env
networks: