Skip to content

Commit

Permalink
feat: update taiga
Browse files Browse the repository at this point in the history
  • Loading branch information
johackim committed Oct 9, 2022
1 parent f5744fe commit 4c3ff3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stacks/taiga.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ x-defaults: &defaults
services:
back:
<<: *defaults
image: dockertaiga/back:${VERSION:-6.3}
image: dockertaiga/back:${VERSION:-6.5}
volumes:
- ${VOLUME_PATH}media:/taiga-media
networks:
- internal

front:
<<: *defaults
image: dockertaiga/front:${VERSION:-6.3}
image: dockertaiga/front:${VERSION:-6.5}
networks:
- internal

Expand Down

0 comments on commit 4c3ff3e

Please sign in to comment.