Skip to content
This repository was archived by the owner on Feb 26, 2023. It is now read-only.

Commit

Permalink
Bump release version
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyaglow committed Nov 28, 2018
1 parent db411f6 commit 6f40cea
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 @@ -2,7 +2,7 @@ FROM alpine:latest
LABEL maintainer="[email protected]" \
repository="https://github.com/ilyaglow/cortex-tgbot"

ENV CORTEXBOT_VERSION "0.9.5"
ENV CORTEXBOT_VERSION "0.9.6"
RUN apk --update --no-cache add ca-certificates \
&& mkdir app \
&& wget -O /app/cortexbot.tar.gz https://github.com/ilyaglow/cortex-tgbot/releases/download/v${CORTEXBOT_VERSION}/cortexbot_${CORTEXBOT_VERSION}_linux_amd64.tar.gz \
Expand Down

0 comments on commit 6f40cea

Please sign in to comment.