Skip to content

Commit

Permalink
Update codemodder/pixee-cli Docker tag to v0.8.5 (#34)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 17, 2024
1 parent 37ebec5 commit 6aeddf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/bitbucket/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM codemodder/pixee-cli:0.0.1
FROM codemodder/pixee-cli:0.8.5
COPY . /pixee/bitbucket
WORKDIR /pixee/bitbucket
RUN pip install whatthepatch load_dotenv
Expand Down
2 changes: 1 addition & 1 deletion ci/gitlab/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM codemodder/pixee-cli:0.0.1
FROM codemodder/pixee-cli:0.8.5
COPY . /pixee/gitlab
WORKDIR /pixee/gitlab
RUN pip install -r requirements.txt

0 comments on commit 6aeddf0

Please sign in to comment.