Skip to content

Commit

Permalink
Bump the database-containers group
Browse files Browse the repository at this point in the history
Bumps the database-containers group in /build/container/database with 2 updates: cockroachdb/cockroach and mysql.


Updates `cockroachdb/cockroach` from v24.3.2 to v24.3.4

Updates `mysql` from 9.1.0 to 9.2.0

---
updated-dependencies:
- dependency-name: cockroachdb/cockroach
  dependency-type: direct:production
  dependency-group: database-containers
- dependency-name: mysql
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: database-containers
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent f4c2702 commit b960913
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/container/database/cockroachdb.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# CockroachDB
# See https://hub.docker.com/r/cockroachdb/cockroach/tags
FROM docker.io/cockroachdb/cockroach:v24.3.2
FROM docker.io/cockroachdb/cockroach:v24.3.4
2 changes: 1 addition & 1 deletion build/container/database/mysql.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# MySQL
# See https://hub.docker.com/_/mysql/tags
FROM docker.io/mysql:9.1.0
FROM docker.io/mysql:9.2.0

0 comments on commit b960913

Please sign in to comment.