Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
seppinho committed May 31, 2024
1 parent 8be7a4e commit 974ee11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN apt-get clean && rm -rf /var/lib/apt/lists/*

# Install mutserve (not as conda package available)

ENV MUTSERVE_VERSION=2.0.1®
ENV MUTSERVE_VERSION=2.0.1
RUN mkdir /opt/mutserve
WORKDIR "/opt/mutserve"
RUN wget https://github.com/seppinho/mutserve/releases/download/v${MUTSERVE_VERSION}/mutserve.zip
Expand Down

0 comments on commit 974ee11

Please sign in to comment.