mdhiggins / sonarr-sma

Sonarr docker based on linuxserver/sonarr with SMA built in using python3
MIT License
37 stars 18 forks source link

Latest stable version of sonaar v3.0.9.1549 #43

Closed Zeusy123 closed 1 year ago

Zeusy123 commented 1 year ago

Hi bro, Im using below line to build image. docker build https://github.com/mdhiggins/sonarr-sma.git#build --build-arg ffmpeg_tag=5.1-ubuntu1804

However this sonarr version is 3.0.8.1507 Anyways to force it to use the latest stable build??

Thanks in advance.

mdhiggins commented 1 year ago

Sonarr version is based on the parent container from linuxserver, not sure what their latest image is using but it might be that

Can try switching to develop branch using sonarr_tag

Zeusy123 commented 1 year ago

Thanks for the quick reply

https://hub.docker.com/r/linuxserver/sonarr

is using latest version. [3.0.9.1549-ls161]

I need to use #build as I need ffmpeg to have codec i require.

mdhiggins commented 1 year ago

The default sonarr tag is latest so it should match up with linuxserver

ARG sonarr_tag=latest

Nothing is built server side for the build tag (and it's not meant to be) the building is happening on your system so if you're getting an old parent container is something on your end. You might be using a cached container or something. Maybe try wiping any old parent images you have and rebuilding?