chore(deps): update meilisearch docker tag to v1.4.2 (#510)
* a * chore(deps): update meilisearch docker tag to v1.4.2 * a * chore(deps): update memcached docker tag to v1.6.22-alpine3.18
This commit is contained in:
parent
7a53821588
commit
5eff26d675
|
|
@ -8,7 +8,7 @@ services:
|
|||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:11211"
|
||||
command: memcached -m ${MEM_CACHED}
|
||||
image: "memcached:1.6.19-alpine3.17"
|
||||
image: "memcached:1.6.22-alpine3.18"
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
networks:
|
||||
Loading…
Reference in New Issue