Skip to content

Commit

Permalink
Bump percona/percona-server-mongodb from 7.0-multi to 8.0-multi (#15)
Browse files Browse the repository at this point in the history
* Bump percona/percona-server-mongodb from 7.0-multi to 8.0-multi

Bumps percona/percona-server-mongodb from 7.0-multi to 8.0-multi.

---
updated-dependencies:
- dependency-name: percona/percona-server-mongodb
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update release.yml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Corey <[email protected]>
  • Loading branch information
dependabot[bot] and cbaker6 authored Jan 21, 2025
1 parent ffdc0f8 commit e019381
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
schedule:
- cron: '19 4 * * *'
push:
branches: [ main, '4.4', '5.0', '6.0', '7.0' ]
branches: [ main, '5.0', '6.0', '7.0', '8.0' ]

env:
LATEST: '7.0'
LATEST: '8.0'
REGISTRY: docker.io
IMAGE_NAME: ${{ github.repository }}

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM percona/percona-server-mongodb:7.0-multi
FROM percona/percona-server-mongodb:8.0-multi
LABEL edu.uky.cs.netrecon.parse-hipaa.vendor="Network Reconnaissance Lab"
LABEL edu.uky.cs.netrecon.parse-hipaa.authors="[email protected]"
LABEL description="HIPAA & GDPR compliant ready Mongo Database with percona-server."
Expand Down

0 comments on commit e019381

Please sign in to comment.