Skip to content

Commit

Permalink
chore: use publicly available transformer docker image (#3916)
Browse files Browse the repository at this point in the history
  • Loading branch information
lvrach authored Oct 9, 2023
1 parent 1e415e0 commit 5f3820f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
# volumes:
# - <absolute_path_to_workspace_config>:/etc/rudderstack/workspaceConfig.json
transformer:
image: "rudderstack/develop-rudder-transformer:latest"
image: "rudderstack/rudder-transformer:latest"
ports:
- "9090:9090"
minio:
Expand Down

0 comments on commit 5f3820f

Please sign in to comment.