network-manager: validate flag value

Dockerfile: fix ubuntu version to 20.04

Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
2022-09-10 19:41:31 +02:00
parent 3417f50e11
commit 1721146c7d
6 changed files with 29 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ COPY . .
RUN make .build
FROM ubuntu
FROM ubuntu:20.04
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get -y install --no-install-recommends \