Skip to content

Commit

Permalink
Push new default worker image
Browse files Browse the repository at this point in the history
  • Loading branch information
dersmon committed Mar 14, 2022
1 parent 37514c3 commit b421af2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ services:

default-worker:
user: ${UID}
image: dainst/cilantro-default-worker:0.2.23
image: dainst/cilantro-default-worker:0.2.24
working_dir: /app
volumes:
- staging-data:/data/staging
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ services:

default-worker:
user: ${UID}
image: dainst/cilantro-default-worker:0.2.23
image: dainst/cilantro-default-worker:0.2.24
working_dir: /app
volumes:
- staging-data:/data/staging
Expand Down
2 changes: 1 addition & 1 deletion docker/cilantro-default-worker/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.23
0.2.24

0 comments on commit b421af2

Please sign in to comment.