Merge pull request #15 from linuxserver/focal

bionic->focal
This commit is contained in:
driz 2021-12-27 17:42:44 -05:00 committed by GitHub
commit 90ff794b51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-rdesktop-web:bionic
FROM ghcr.io/linuxserver/baseimage-rdesktop-web:focal
# set version label
ARG BUILD_DATE

View File

@ -227,5 +227,6 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **20.05.20:** - Initial release.
* **27.12.21:** - Rebase to focal to resolve dependency issues.
* **27.03.21:** - Download link fixed.
* **20.05.20:** - Initial release.

View File

@ -45,5 +45,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "20.05.20:", desc: "Initial release." }
- { date: "27.12.21:", desc: "Rebase to focal to resolve dependency issues." }
- { date: "27.03.21:", desc: "Download link fixed." }
- { date: "20.05.20:", desc: "Initial release." }