Skip to content

Commit

Permalink
update base docker (#31276)
Browse files Browse the repository at this point in the history
  • Loading branch information
adi88d authored Aug 18, 2024
1 parent 90fd64e commit 505c39e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/feed-performance-test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY script.py /perf
WORKDIR /perf
RUN python -u script.py

FROM demisto/python3:3.11.9.103066
FROM demisto/python3:3.11.9.107902
RUN mkdir -p /perf
WORKDIR /perf
COPY --from=build /perf/ips.csv .
Expand Down

0 comments on commit 505c39e

Please sign in to comment.