diff --git a/Dockerfile.amd64 b/Dockerfile.amd64 index 45eecd5..0bb70a2 100644 --- a/Dockerfile.amd64 +++ b/Dockerfile.amd64 @@ -45,7 +45,7 @@ MAINTAINER Christian Berger "christian.berger@gu.se" WORKDIR /usr/lib/x86_64-linux-gnu COPY --from=builder /tmp/libopenh264-2.0.0-linux64.5.so.bz2 . RUN bunzip2 libopenh264-2.0.0-linux64.5.so.bz2 && \ - ln -sf libopenh264-2.0.0-linux64.5.so libopenh264.so.4 + ln -sf libopenh264-2.0.0-linux64.5.so libopenh264.so.5 WORKDIR /usr/bin COPY --from=builder /tmp/bin/opendlv-video-h264-encoder . diff --git a/README.md b/README.md index f2bc11e..d0dcedc 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ version: '2' # Must be present exactly once at the beginning of the docker-compo services: # Must be present exactly once at the beginning of the docker-compose.yml file video-h264-encoder-amd64: build: - context: https://github.com/chalmers-revere/opendlv-video-h264-encoder.git#v0.0.3 + context: https://github.com/chalmers-revere/opendlv-video-h264-encoder.git#v0.0.4 dockerfile: Dockerfile.amd64 restart: on-failure network_mode: "host"