diff options
author | Michael Vetter <jubalh@iodoru.org> | 2020-03-30 15:19:10 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2020-03-30 15:19:10 +0200 |
commit | 6c17a3646572424c9a72a221fe95f5e411e164c3 (patch) | |
tree | 2fce9f73a900d925815cf22f96e17aa53777f357 /Dockerfile.tumbleweed | |
parent | 8a2fa7e8c1c5081eaa49ca0fd98459f94e428226 (diff) | |
download | profani-tty-6c17a3646572424c9a72a221fe95f5e411e164c3.tar.gz |
thanks travis..
Regards https://github.com/profanity-im/profanity/issues/1294
Diffstat (limited to 'Dockerfile.tumbleweed')
-rw-r--r-- | Dockerfile.tumbleweed | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Dockerfile.tumbleweed b/Dockerfile.tumbleweed index 25a07fd9..f7faf4a8 100644 --- a/Dockerfile.tumbleweed +++ b/Dockerfile.tumbleweed @@ -1,5 +1,7 @@ # Build the latest openSUSE Tumbleweed image -FROM registry.opensuse.org/opensuse/tumbleweed:20200325 +# we have to pin this for now.. +# see https://github.com/profanity-im/profanity/issues/1294 +FROM registry.opensuse.org/opensuse/tumbleweed:20200324 # expect - for functional tests # libmicrohttpd - for stabber |