Skip to content

Commit

Permalink
Update Ubuntu tag for deb to fix GLIBC dependency (#80)
Browse files Browse the repository at this point in the history
GLIBC dependency issue highlighted in
#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.
  • Loading branch information
sgtaziz authored Mar 23, 2023
1 parent b0eeddd commit b1b6706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deb/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:bionic
FROM ubuntu:jammy
LABEL maintainer="Xiaonan Shen <[email protected]>"

EXPOSE 25/tcp
Expand Down

0 comments on commit b1b6706

Please sign in to comment.