Skip to content

Commit

Permalink
Merge pull request #37 from cisagov/improvement/use-latest-postfix
Browse files Browse the repository at this point in the history
Pin to specific version (0.0.6) of cisagov/postfix image
  • Loading branch information
dav3r committed Jan 25, 2022
2 parents bd5f32e + 86df68d commit ee1f240
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 @@ -60,7 +60,7 @@ services:
mode: host

postfix:
image: cisagov/postfix:latest
image: cisagov/postfix:0.0.6
init: false
restart: always
environment:
Expand Down
2 changes: 1 addition & 1 deletion src/gophish_init/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""This file defines the version of this module."""
__version__ = "0.1.0"
__version__ = "0.1.1"

0 comments on commit ee1f240

Please sign in to comment.