Skip to content

Commit

Permalink
chore: bump varfish-server-worker to 0.13.2 (#2008)
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe authored Oct 7, 2024
1 parent cb3613a commit 40c78cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ ADD https://github.com/ufoscout/docker-compose-wait/releases/download/2.7.3/wait
RUN chmod +x /usr/local/bin/wait

# Copy the worker from the dedicated worker build.
COPY --from=ghcr.io/varfish-org/varfish-server-worker:0.13.0 /usr/local/bin/varfish-server-worker /usr/local/bin/varfish-server-worker
COPY --from=ghcr.io/varfish-org/varfish-server-worker:0.13.2 /usr/local/bin/varfish-server-worker /usr/local/bin/varfish-server-worker

# Copy virtual env from python-deps stage
COPY --from=python-deps /usr/src/app/.venv /usr/src/app/.venv
Expand Down

0 comments on commit 40c78cb

Please sign in to comment.