[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:
Jesse Bannon 2023-11-03 14:04:12 -07:00 committed by GitHub
parent 33a8da9afc
commit d64d863175
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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