Skip to content

Commit 6613ac1

Browse files
committed
Try just bookworm
1 parent f91dc82 commit 6613ac1

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

docker-compose.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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

tools/local-env/php-8.3-docker-compose.override.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

tools/local-env/php-8.4-docker-compose.override.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)