Skip to content

Commit

Permalink
test using specific version of alpine Docker image to see if the late…
Browse files Browse the repository at this point in the history
…st version broke the automation logic, ci-run-all-cases
  • Loading branch information
georgemccabe committed May 24, 2022
1 parent 337c714 commit e417803
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/run_tests/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM alpine:latest
FROM alpine:3.15.4

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

RUN apk add --update --no-cache docker python3 py3-pip bash

RUN pip3 install python-dateutil requests
RUN pip3 install python-dateutil

ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit e417803

Please sign in to comment.