Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bridge: remove refs to generic-queue in Dockerfile #1065

Merged
merged 1 commit into from
Aug 30, 2023

Commits on Aug 30, 2023

  1. Bridge: remove refs to generic-queue in Dockerfile

    We normally try to compile all transitive deps in their own layer when
    building a Docker image.
    
    When we removed `generic-queue`, we neglected to also cleanup references
    to it in the Dockerfile to support this transitive dep layer.
    
    This diff removes those now-orphaned references.
    svix-onelson committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    c684ee8 View commit details
    Browse the repository at this point in the history