Skip to content

Commit

Permalink
feat: add the release checklist to the sanitychecks docker
Browse files Browse the repository at this point in the history
  • Loading branch information
amsmith-pro committed Oct 24, 2023
1 parent 730062d commit 820a53a
Show file tree
Hide file tree
Showing 3 changed files with 421 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker/arrow-sanitychecks/.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION=v0.3.0
VERSION=v0.3.1
1 change: 1 addition & 0 deletions docker/arrow-sanitychecks/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ ENV RUSTUP_HOME=/usr/local/rustup \
PATH=/usr/local/cargo/bin:$PATH

COPY --from=taplo /usr/bin/taplo /usr/bin/taplo
COPY ./release_checklist.py /usr/bin/release_checklist.py

RUN apk add --no-cache py3-pip openssl npm git && \
# Add python dependencies
Expand Down
Loading

0 comments on commit 820a53a

Please sign in to comment.