Skip to content

Commit

Permalink
Merge pull request #144 from cisagov/improvement/use-latest-saver
Browse files Browse the repository at this point in the history
Update Docker composition to use the latest cisagov/saver Docker image
  • Loading branch information
jsf9k committed Jan 31, 2024
2 parents 7132106 + 9388e05 commit 3720711
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:
save:
depends_on:
- redis
image: 'cisagov/saver:1.3.2'
image: 'cisagov/saver:1.3.4'
secrets:
- source: scan_write_creds
target: scan_write_creds.yml
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.53
1.3.54

0 comments on commit 3720711

Please sign in to comment.