use docker.it

This commit is contained in:
Adil Hafeez 2025-02-12 12:19:31 -08:00
parent d76ced3aff
commit d2ad943f63
No known key found for this signature in database
GPG key ID: 9B18EF7691369645

View file

@ -8,7 +8,7 @@ RUN cd prompt_gateway && cargo build --release --target wasm32-wasip1
RUN cd llm_gateway && cargo build --release --target wasm32-wasip1
# copy built filter into envoy image
FROM envoyproxy/envoy:v1.32-latest as envoy
FROM docker.io/envoyproxy/envoy:v1.32-latest as envoy
#Build config generator, so that we have a single build image for both Rust and Python
FROM python:3.12-slim as arch