Skip to content

Commit

Permalink
build(deps): Bump mariadb from 11.0.2-jammy to 11.0.3-jammy
Browse files Browse the repository at this point in the history
Bumps mariadb from 11.0.2-jammy to 11.0.3-jammy.

---
updated-dependencies:
- dependency-name: mariadb
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 15, 2023
1 parent 16c783c commit 98b18c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN wget -O /tmp/mc https://dl.minio.io/client/mc/release/linux-amd64/mc
RUN chmod +x /tmp/mc

# Then build our backup image
FROM mariadb:11.0.2-jammy
FROM mariadb:11.0.3-jammy
LABEL maintainer="Benjamin Pannell <[email protected]>"

# Install the latest ca-certificates package to resolve Lets Encrypt auth issues
Expand Down

0 comments on commit 98b18c8

Please sign in to comment.