Skip to content

Commit

Permalink
Specify ghostwriter:2.2 image in production.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arledesma committed May 12, 2021
1 parent 740c20e commit e574436
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.2'

services:
django:
image: ghcr.io/quantum-sec/ghostwriter:feature-push-to-container-registry
image: ghcr.io/quantum-sec/ghostwriter:2.2
restart: unless-stopped
env_file:
- './.envs/.production/.django'
Expand Down Expand Up @@ -33,7 +33,7 @@ services:
restart: unless-stopped

queue:
image: ghcr.io/quantum-sec/ghostwriter:feature-push-to-container-registry
image: ghcr.io/quantum-sec/ghostwriter:2.2
restart: unless-stopped
env_file:
- './.envs/.production/.django'
Expand Down

0 comments on commit e574436

Please sign in to comment.