Skip to content

Commit

Permalink
Update mysql image version to support arm64 (#3013)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexshtin committed Jun 23, 2022
1 parent c7d831b commit 958bde7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion develop/buildkite/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
- cassandra

mysql:
image: mysql:8.0.19
image: mysql:8.0.29-oracle
environment:
MYSQL_ROOT_PASSWORD: root
volumes:
Expand Down
2 changes: 1 addition & 1 deletion develop/docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: "3.5"

services:
mysql:
image: mysql:8.0.19
image: mysql:8.0.29-oracle
container_name: temporal-dev-mysql
ports:
- "3306:3306"
Expand Down

0 comments on commit 958bde7

Please sign in to comment.