Skip to content

Commit

Permalink
Merge pull request #34 from PINTO0309/pinto0309work
Browse files Browse the repository at this point in the history
Updated binary version from v0.3.2 to v0.4.0
  • Loading branch information
ibuibu authored Dec 7, 2021
2 parents dfc247f + eb72e99 commit 97cff21
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 @@ -12,7 +12,7 @@ WORKDIR /skyway
# glibc packages for Alpine Linux are prepared by Sasha Gerrand and the releases are published in sgerrand/alpine-pkg-glibc github repo.
# https://github.com/sgerrand/alpine-pkg-glibc
RUN apk add --no-cache --virtual tmpPackages ca-certificates wget && \
wget https://github.com/skyway/skyway-webrtc-gateway/releases/download/0.3.2/gateway_linux_x64 && \
wget https://github.com/skyway/skyway-webrtc-gateway/releases/download/0.4.0/gateway_linux_x64 && \
chmod +x ./gateway_linux_x64 && \
wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub && \
wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.29-r0/glibc-2.29-r0.apk && \
Expand Down

0 comments on commit 97cff21

Please sign in to comment.