Skip to content

Commit

Permalink
Bump mark version to 8.1 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbovo authored Jun 1, 2022
1 parent 108a736 commit b608f4a
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 @@ -6,7 +6,7 @@ WORKDIR /app
RUN pip install --target=/app -r requirements.txt

FROM python:3-slim
ENV MARK="6.7"
ENV MARK="8.1"
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y tar curl sudo && \
rm -rf /var/lib/apt/lists/*
RUN curl -LO https://github.com/kovetskiy/mark/releases/download/${MARK}/mark_${MARK}_Linux_x86_64.tar.gz && \
Expand Down

0 comments on commit b608f4a

Please sign in to comment.