Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
MaartenSanders authored Feb 1, 2022
1 parent cb8d8c1 commit ba8d0e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ FROM alpine:latest
# YC_DEBUG turn ON or OFF debug output of ycast server else only start /bin/sh
# YC_PORT port ycast server listens to, e.g. 80
#
ENV YC_VERSION master
ENV YC_VERSION 1.1.0
ENV YC_STATIONS /opt/ycast/stations.yml
ENV YC_DEBUG OFF
ENV YC_PORT 80
Expand Down Expand Up @@ -42,8 +42,8 @@ RUN apk --no-cache update && \
apk del --no-cache zlib-dev && \
apk add --no-cache curl && \
# curl -L https://github.com/milaq/YCast/archive/$YC_VERSION.tar.gz \
# curl -L https://github.com/milaq/YCast/archive/${YC_VERSION}.tar.gz \
curl -L https://github.com/milaq/YCast/archive/refs/heads/master.zip \
curl -L https://github.com/milaq/YCast/archive/${YC_VERSION}.tar.gz \
# curl -L https://github.com/milaq/YCast/archive/refs/heads/master.zip \
# curl -L https://codeload.github.com/MaartenSanders/YCast/tar.gz/$YC_VERSION \
| tar xvzC /opt/ycast && \
apk del --no-cache curl && \
Expand Down

0 comments on commit ba8d0e9

Please sign in to comment.