Skip to content

Commit

Permalink
fixing python error
Browse files Browse the repository at this point in the history
  • Loading branch information
shashitnak committed May 23, 2024
1 parent 76ab0a9 commit 25eac85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY main.py /tmp/main.py
RUN apk add --no-cache curl jq
RUN curl https://api.github.com/repos/tailcallhq/tailcall/releases/latest -s | jq .name -r > /tmp/version.txt

FROM python3:latest
FROM python:latest

COPY --from=builder /tmp/entrypoint.sh /entrypoint.sh
COPY --from=builder /tmp/tailcall.tf /tmp/tailcall.tf
Expand Down

0 comments on commit 25eac85

Please sign in to comment.