summaryrefslogtreecommitdiff
path: root/other
diff options
context:
space:
mode:
authorzugz (tox) <mbays+tox@sdf.org>2019-07-21 00:00:01 +0000
committerRobin Linden <dev@robinlinden.eu>2019-11-17 13:40:34 +0100
commit08e6a1863ee78c68cf8e40537a9a97caf37273a3 (patch)
treefca80d9c372b35bab9bbdf0e07b85b39249a256c /other
parent2677a53ee0b0bb58a52e3cb585aaaba8aa9ceccb (diff)
bump libsodium version in appveyor.yml and windows Dockerfile
Diffstat (limited to 'other')
-rw-r--r--other/docker/windows/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/docker/windows/Dockerfile b/other/docker/windows/Dockerfile
index 94bedc47..bf69326d 100644
--- a/other/docker/windows/Dockerfile
+++ b/other/docker/windows/Dockerfile
@@ -1,7 +1,7 @@
1FROM debian:stretch-slim 1FROM debian:stretch-slim
2 2
3# Build-time environment variables 3# Build-time environment variables
4ARG VERSION_SODIUM=1.0.16 4ARG VERSION_SODIUM=1.0.18
5ARG VERSION_OPUS=v1.2.1 5ARG VERSION_OPUS=v1.2.1
6ARG VERSION_VPX=v1.6.1 6ARG VERSION_VPX=v1.6.1
7 7