Skip to content

Commit 2b876a0

Browse files
Update mysql:8.4 Docker digest to 32cdfd0
1 parent 370716b commit 2b876a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/otel-collector/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414
services:
1515
mysql:
16-
image: mysql:8.4@sha256:0f775a92980b41c87c58f934a204de80431dd4d854057160ec1cb936663eabe9
16+
image: mysql:8.4@sha256:32cdfd01c2996419a2ff4ced7234c06af60a63e714e182e3cc5966182b67034c
1717
environment:
1818
- MYSQL_ROOT_PASSWORD=otel_password
1919
- MYSQL_DATABASE=db

example/stdout/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414
services:
1515
mysql:
16-
image: mysql:8.4@sha256:0f775a92980b41c87c58f934a204de80431dd4d854057160ec1cb936663eabe9
16+
image: mysql:8.4@sha256:32cdfd01c2996419a2ff4ced7234c06af60a63e714e182e3cc5966182b67034c
1717
ports:
1818
- 3306:3306
1919
environment:

0 commit comments

Comments
 (0)