From eb72e990672e8cdf3c33206fdc264f9f2dc0af01 Mon Sep 17 00:00:00 2001 From: pinto0309 Date: Wed, 24 Nov 2021 13:45:44 +0900 Subject: [PATCH] Updated binary version from v0.3.2 to v0.4.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0d13dd7..9034ed1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \