Skip to content

Commit 8a1700c

Browse files
committed
rebase on jammy
1 parent 4b41da8 commit 8a1700c

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/linuxserver/baseimage-rdesktop-web:focal
1+
FROM ghcr.io/linuxserver/baseimage-rdesktop-web:jammy
22

33
# set version label
44
ARG BUILD_DATE
@@ -21,21 +21,21 @@ RUN \
2121
libopengl0 \
2222
libpangomm-1.4-1v5 \
2323
libpcrecpp0v5 \
24-
libproj15 \
25-
libpython3.8 \
24+
libproj22 \
25+
libpython3.10 \
2626
libsecret-1-0 \
2727
libsigc++-2.0-0v5 \
2828
libssh-4 \
2929
libvsqlitepp3v5 \
30-
libzip5 && \
30+
libzip4 && \
3131
echo "**** install mysql workbench ****" && \
3232
if [ -z ${WORKBENCH_VERSION+x} ]; then \
3333
WORKBENCH_VERSION=$(curl -sL https://dev.mysql.com/downloads/workbench/ \
3434
|awk '/<h1>MySQL Workbench/ {print $3;exit}'); \
3535
fi && \
3636
curl -Lf -o \
3737
/tmp/workbench.deb \
38-
https://cdn.mysql.com/Downloads/MySQLGUITools/mysql-workbench-community_${WORKBENCH_VERSION}-1ubuntu20.04_amd64.deb && \
38+
https://cdn.mysql.com/Downloads/MySQLGUITools/mysql-workbench-community_${WORKBENCH_VERSION}-1ubuntu22.04_amd64.deb && \
3939
dpkg -i /tmp/workbench.deb && \
4040
echo "**** cleanup ****" && \
4141
apt-get clean && \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
231231

232232
## Versions
233233

234+
* **26.07.22:** - Rebase on jammy.
234235
* **20.04.21:** - Rebase on focal.
235236
* **18.01.21:** - Update libpython dependency.
236237
* **26.03.20:** - Initial release.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ app_setup_block: |
4242
4343
# changelog
4444
changelogs:
45+
- { date: "26.07.22:", desc: "Rebase on jammy." }
4546
- { date: "20.04.21:", desc: "Rebase on focal." }
4647
- { date: "18.01.21:", desc: "Update libpython dependency." }
4748
- { date: "26.03.20:", desc: "Initial release." }

0 commit comments

Comments
 (0)