[DOCKER][BUGFIX] Upgrade base code-server image to fix ytdl-sub-gui image (#797)
As of ~2 days ago, the ytdl-sub-gui image broke from using an older version of the `code-server` image. After this push, it should be fixed + working as intended
This commit is contained in:
parent
33a8da9afc
commit
d64d863175
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM lscr.io/linuxserver/code-server:4.18.0
|
||||
FROM lscr.io/linuxserver/code-server:4.18.0-ls181
|
||||
|
||||
# Needed for phantomjs
|
||||
ENV OPENSSL_CONF=/etc/ssl
|
||||
|
|
|
|||
Loading…
Reference in a new issue