Skip to content

Commit

Permalink
fix: update server worker to version 0.17.1 (#2249)
Browse files Browse the repository at this point in the history
  • Loading branch information
stolpeo committed Feb 25, 2025
1 parent b471a90 commit d06f85e
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 @@ -175,7 +175,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.17.0 /usr/local/bin/varfish-server-worker /usr/local/bin/varfish-server-worker
COPY --from=ghcr.io/varfish-org/varfish-server-worker:0.17.1 /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 d06f85e

Please sign in to comment.