File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed
Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -130,10 +130,7 @@ services:
130130 # The Memcached container.
131131 # #
132132 memcached :
133- # Pinning to the latest `bookworm` image is a temporary solution
134- # while the cause of recent failures can be investigated.
135- # See https://core.trac.wordpress.org/ticket/63876.
136- image : memcached:1.6.39-bookworm
133+ image : memcached
137134
138135 networks :
139136 - wpdevnet
Original file line number Diff line number Diff line change @@ -8,3 +8,9 @@ services:
88
99 cli :
1010 image : wordpressdevelop/cli@sha256:85ad7d7a9c3bd9a8775fc83aea7f7dfc0aad25b2bc4f7d740696b28cd2a0ef89
11+
12+ memcached :
13+ # Pinning to the latest `bookworm` image is a temporary solution
14+ # while the cause of recent failures can be investigated.
15+ # See https://core.trac.wordpress.org/ticket/63876.
16+ image : memcached:bookworm
Original file line number Diff line number Diff line change @@ -8,3 +8,9 @@ services:
88
99 cli :
1010 image : wordpressdevelop/cli@sha256:379f27b0c623c5cee5a7fbef1d617ce47fd3ba19158bac2e51861876fd68fdbf
11+
12+ memcached :
13+ # Pinning to the latest `bookworm` image is a temporary solution
14+ # while the cause of recent failures can be investigated.
15+ # See https://core.trac.wordpress.org/ticket/63876.
16+ image : memcached:bookworm
You can’t perform that action at this time.
0 commit comments