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 4 updates: cockroachdb/cockroach, db2_community/db2, mariadb and postgres.


Updates `cockroachdb/cockroach` from 23.1.11 to v23.1.12

Updates `db2_community/db2` from 11.5.8.0 to 11.5.9.0

Updates `mariadb` from 11.1.2 to 11.1.3

Updates `postgres` from 16.0 to 16.1

---
updated-dependencies:
- dependency-name: cockroachdb/cockroach
  dependency-type: direct:production
  dependency-group: database-containers
- dependency-name: db2_community/db2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: database-containers
- dependency-name: mariadb
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: database-containers
- dependency-name: postgres
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: database-containers
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 21, 2023
1 parent b6a254d commit 424fad8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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:v23.1.11
FROM docker.io/cockroachdb/cockroach:v23.1.12
2 changes: 1 addition & 1 deletion build/container/database/db2.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# DB2
# See https://icr.io/v2/db2_community/db2/tags/list
FROM icr.io/db2_community/db2:11.5.8.0
FROM icr.io/db2_community/db2:11.5.9.0
2 changes: 1 addition & 1 deletion build/container/database/mariadb.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# MariaDB
# See https://hub.docker.com/_/mariadb/tags
FROM docker.io/mariadb:11.1.2
FROM docker.io/mariadb:11.1.3
2 changes: 1 addition & 1 deletion build/container/database/postgresql.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# PostgreSQL
# See https://hub.docker.com/_/postgres
FROM docker.io/postgres:16.0
FROM docker.io/postgres:16.1

0 comments on commit 424fad8

Please sign in to comment.