Skip to content

Commit

Permalink
Update image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
pchaganti committed Apr 21, 2024
1 parent 6be33cd commit 5c88691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ WORKDIR /app

RUN pip install --no-cache-dir httpx starlette uvicorn

FROM gcr.io/distroless/python3-debian12-amd64
FROM gcr.io/distroless/python3-debian12:latest-amd64

COPY --from=build-env /app /app
WORKDIR /app
Expand Down

0 comments on commit 5c88691

Please sign in to comment.