Skip to content

Commit

Permalink
chore: copy version in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcurts committed Feb 7, 2024
1 parent 366848b commit c91799f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ RUN wget https://github.com/BenLangmead/bowtie2/releases/download/v2.3.2/bowtie2
unzip bowtie2-2.3.2-legacy-linux-x86_64.zip && \
mkdir bowtie2 && \
cp bowtie2-2.3.2-legacy/bowtie2* bowtie2
COPY VERSION* ./

FROM python:3.10-buster as base
WORKDIR /app
Expand Down

0 comments on commit c91799f

Please sign in to comment.