We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d67500 commit c3bb9ecCopy full SHA for c3bb9ec
video-transcoding/Dockerfile
@@ -1,9 +1,9 @@
1
-# ntodd/video-transcoding:0.18.0
+# ntodd/video-transcoding:0.21.1
2
3
FROM ntodd/ruby-xenial:2.4.0
4
LABEL maintainer="Nate Todd <nate@pixelauthorityllc.com>"
5
6
-ENV GEM_VERSION 0.19.0
+ENV GEM_VERSION 0.21.1
7
8
# install build dependencies to compile ffmpeg from master
9
RUN set -ex \
0 commit comments