Commit 29f445ce authored by Fedor Batonogov's avatar Fedor Batonogov
Browse files

Updated Ubuntu 20.04 -> 22.04

parent 8d9d2b36
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
FROM ubuntu:20.04
FROM ubuntu:22.04
SHELL ["/bin/bash", "-i", "-c"]

LABEL maintainer="batonogov@icloud.com"
+1 −1
Original line number Diff line number Diff line
FROM ubuntu:20.04
FROM ubuntu:22.04

LABEL maintainer="batonogov@icloud.com"

+5 −2
Original line number Diff line number Diff line
@@ -108,12 +108,12 @@ Bumped Python version to 3.6 on Linux, thank you @itouch5000
- Updated PyInstaller to version 4.2

#### [2.1] - 2021-09-24
- Updated Ubuntu 16:04 -> 20:04 for win64 and win32
- Updated Ubuntu 16.04 -> 20.04 for win64 and win32
- Updated PyInstaller 4.2 -> 4.5.1
- Updated Python 3.9.5 -> 3.9.7

#### [2.2] - 2021-10-16
- Updated Ubuntu 12:04 -> 20:04 for amd64
- Updated Ubuntu 12.04 -> 20.04 for amd64
- Updated openssl 1.0.2u -> 1.1.1l for amd64
- Deleted Python 2 Dockerfiles
- Deleted 32 bit Dockerfiles
@@ -126,6 +126,9 @@ Bumped Python version to 3.6 on Linux, thank you @itouch5000
- Updated Python 3.10.0 -> 3.10.1
- Updated OpenSSL 1.1.1l -> 1.1.1m

#### [2.5] - upcoming
- Updated Ubuntu 20.04 -> 22.04

## License

MIT