Skip to content

Commit

Permalink
fix(deployment): use proper Docker image tag
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Goniszewski <robertgoniszewski@outlook.com>
  • Loading branch information
goniszewski committed Sep 20, 2024
1 parent ea4ce6a commit 2dc34ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
grimoire:
image: goniszewski/grimoire:develop
image: goniszewski/grimoire:latest
container_name: grimoire
restart: unless-stopped
environment:
Expand Down

0 comments on commit 2dc34ff

Please sign in to comment.