Docker build from ubuntu:jammy to fix glibc error.

This commit is contained in:
Thibault Godouet 2022-12-20 14:54:48 +00:00
parent bc9f9b00ce
commit a6c2c9735c

View File

@ -9,7 +9,7 @@ WORKDIR /build/
COPY build.sh VERSION /build/
RUN bash build.sh
FROM ubuntu:focal
FROM ubuntu:jammy
LABEL maintainer="Xiaonan Shen <s@sxn.dev>"
EXPOSE 25/tcp