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.2.3 to v24.2.4

Updates `mysql` from 9.0.1 to 9.1.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 and marko-bekhta committed Nov 5, 2024
1 parent 03ef43e commit 446f8b2
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.2.3
FROM docker.io/cockroachdb/cockroach:v24.2.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.0.1
FROM docker.io/mysql:9.1.0

0 comments on commit 446f8b2

Please sign in to comment.