Skip to content

Commit

Permalink
Merge pull request #52 from cisagov/improvement/use-the-latest-versio…
Browse files Browse the repository at this point in the history
…n-of-guacscanner

Use the latest version of cisagov/guacscanner
  • Loading branch information
jsf9k authored Sep 29, 2022
2 parents e02a378 + 4f76719 commit aeaf8a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# These owners will be the default owners for everything in the
# repo. Unless a later match takes precedence, these owners will be
# requested for review when someone opens a pull request.
* @dav3r @jsf9k
* @dav3r @jsf9k @mcdonnnj

# These folks own any files in the .github directory at the root of
# the repository and any of its subdirectories.
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ services:
guacscanner:
depends_on:
- postgres
image: cisagov/guacscanner:1.1.13
image: cisagov/guacscanner:1.1.15
restart: always
secrets:
- source: postgres_password
Expand Down
2 changes: 1 addition & 1 deletion src/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.4"
__version__ = "0.1.5"

0 comments on commit aeaf8a3

Please sign in to comment.