Skip to content

Commit

Permalink
Merge pull request #80 from jonhoo/chore/faktory-docker-image-bump
Browse files Browse the repository at this point in the history
Bump faktory docker image to 1.9.1
  • Loading branch information
jonhoo authored Oct 19, 2024
2 parents 3c4058a + 70329c9 commit 1f6dede
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
test:
runs-on: macos-latest
env:
FAKTORY_VERSION: 1.9.0
FAKTORY_VERSION: 1.9.1
steps:
- uses: actions/checkout@v4
- name: Install redis
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ faktory:
-p ${FAKTORY_IP}:${FAKTORY_PORT}:7419 \
-p ${FAKTORY_IP}:${FAKTORY_PORT_UI}:7420 \
--name faktory \
contribsys/faktory:latest \
contribsys/faktory:1.9.1 \
/faktory -b :7419 -w :7420

.PHONY: faktory/kill
Expand Down
2 changes: 1 addition & 1 deletion docker/faktory.Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM contribsys/faktory:1.9.0
FROM contribsys/faktory:1.9.1

0 comments on commit 1f6dede

Please sign in to comment.