Commit baff818
authored
Pinned traffic analytics version in compose.yml (#25184)
Currently docker compose won't ever pull the latest version if there's
already a v1.x.x pulled locally. This can be annoying when working on
features that span the analytics service and Ghost, as you may be
working against a stale version of the analytics service without
realizing it.
By pinning the exact version, this will force docker to pull the latest
available as soon as it's updated in the compose file (which renovate
should handle for us as new versions are released).1 parent 96c5399 commit baff818
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
| 194 | + | |
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments