Skip to content

Commit c320f82

Browse files
authored
feat(cms): update from pinned tag to latest tag (#1105)
I learned that if I build `main`, then image is tagged `latest` **and** as the latest version. So, I will build `main` knowing that it updates Core-Portal local dev.
1 parent b27b0f5 commit c320f82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/conf/docker/docker-compose-dev.all.debug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
---
44
services:
55
cms:
6-
image: taccwma/core-cms:v4.25.2
6+
image: taccwma/core-cms:latest
77
volumes:
88
- ../cms/secrets.py:/code/taccsite_cms/secrets.py
99
- ../cms/uwsgi/uwsgi.ini:/code/uwsgi.ini

0 commit comments

Comments
 (0)