specify latest versioned image in production Dockerfile

This commit is contained in:
Andreas Nedbal 2023-08-23 22:49:40 +02:00
parent 36171f5e39
commit 337ce2d69f

View file

@ -9,7 +9,7 @@ version: "3.7"
services:
web:
image: ghcr.io/retrospring/retrospring:main
image: ghcr.io/retrospring/retrospring:2023.0707.0
command: bundle exec puma -C config/puma.rb -b tcp://0.0.0.0:3000
depends_on:
- postgres
@ -40,7 +40,7 @@ services:
- redis:/data
sidekiq:
image: ghcr.io/retrospring/retrospring:main
image: ghcr.io/retrospring/retrospring:2023.0707.0
command: bundle exec sidekiq
depends_on:
- redis