Update Ubuntu tag for deb to fix GLIBC dependency (#80)
GLIBC dependency issue highlighted in https://github.com/shenxn/protonmail-bridge-docker/issues/79 is caused by v3 of the bridge not supporting bionic. This PR simply updates the "deb" version to match the "build" version which is already on ubuntu:jammy.
This commit is contained in:
parent
b0eeddd83d
commit
b1b6706030
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
FROM ubuntu:bionic
|
FROM ubuntu:jammy
|
||||||
LABEL maintainer="Xiaonan Shen <s@sxn.dev>"
|
LABEL maintainer="Xiaonan Shen <s@sxn.dev>"
|
||||||
|
|
||||||
EXPOSE 25/tcp
|
EXPOSE 25/tcp
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue