Skip to content

Commit

Permalink
fix: update default taskcat to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
ShahradR authored Dec 27, 2024
1 parent 651a8e5 commit fc61665
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM python:3.8.13-alpine3.15

RUN apk add --no-cache python3-dev~3.9 gcc~10 libc-dev~0.7 nodejs~16 npm~8 && rm -rf /var/cache/apk/*
RUN apk add --no-cache git python3-dev~3.9 gcc~10 libc-dev~0.7 nodejs~16 npm~8 && rm -rf /var/cache/apk/*

RUN pip3 install --upgrade pip && \
pip3 install "Cython<3.0" "pyyaml<6" --no-build-isolation && \
pip3 install taskcat==0.9.23 --upgrade
pip3 install "Cython<3.0" "pyyaml=5.4.1" --no-build-isolation && \
pip3 install taskcat==0.9.55 --upgrade

COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
Expand Down

0 comments on commit fc61665

Please sign in to comment.