diff --git a/.drone.yml b/.drone.yml index 74b7188..81b3939 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,11 +5,12 @@ pipeline: repo: plex-dev test-bin: - image: docker + image: spritsail/docker-test volumes: [ '/var/run/docker.sock:/var/run/docker.sock' ] - commands: - - docker run --rm plex-dev curl --version - - docker run --rm plex-dev xmlstarlet --version + repo: plex-dev + run: | + curl --version && + xmlstarlet --version test: image: spritsail/docker-test diff --git a/Dockerfile b/Dockerfile index e6079fa..0eadfa2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -ARG PLEX_VER=1.13.5.5291-6fa5e50a8 -ARG PLEX_SHA=0cb4cb011583edb0b26898d2e62253c55fc88bc7 +ARG PLEX_VER=1.13.5.5332-21ab172de +ARG PLEX_SHA=f7dbd4319cbdc59381774428807f2cd6d86248d0 ARG LIBSTDCPP_VER=6.3.0-18+deb9u1 ARG LIBGCC1_VER=6.3.0-18+deb9u1 ARG XMLSTAR_VER=1.6.1