Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#29)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 17, 2023
1 parent 47496c2 commit 9cfdd1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mariadb/10.11/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# TAGS: latest
# VARIANT:
# PLATFORMS: linux/amd64, linux/arm64/v8, linux/ppc64le, linux/s390x
FROM --platform=$BUILDPLATFORM mariadb:10.11.4
FROM --platform=$BUILDPLATFORM mariadb:10.11.5

ENV DEBIAN_FRONTEND noninteractive

Expand Down
2 changes: 1 addition & 1 deletion mongo/5/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# TAGS:
# VARIANT:
# PLATFORMS: linux/amd64, linux/arm64/v8
FROM --platform=$BUILDPLATFORM mongo:5.0.19
FROM --platform=$BUILDPLATFORM mongo:5.0.20

ENV DEBIAN_FRONTEND noninteractive

Expand Down
2 changes: 1 addition & 1 deletion mongo/6/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# TAGS: latest
# VARIANT:
# PLATFORMS: linux/amd64, linux/arm64/v8
FROM --platform=$BUILDPLATFORM mongo:6.0.8
FROM --platform=$BUILDPLATFORM mongo:6.0.9

ENV DEBIAN_FRONTEND noninteractive

Expand Down

0 comments on commit 9cfdd1e

Please sign in to comment.