From 58a06c3fa0f7158517d1d2fd8c0c02c06288fc8e Mon Sep 17 00:00:00 2001 From: QxBytes Date: Thu, 8 Feb 2024 12:33:39 -0800 Subject: [PATCH] Address feedback --- cnms/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cnms/Dockerfile b/cnms/Dockerfile index 18f5a5a830..ff4dc05677 100644 --- a/cnms/Dockerfile +++ b/cnms/Dockerfile @@ -1,8 +1,8 @@ -FROM mcr.microsoft.com/cbl-mariner/base/core:2.0.20240123-amd64 +FROM mcr.microsoft.com/cbl-mariner/base/core:2.0 ARG CNMS_BUILD_DIR RUN tdnf upgrade RUN tdnf install -y ebtables RUN tdnf install -y net-tools COPY output/linux_amd64/cnms/azure-cnms /usr/bin/azure-cnms RUN chmod +x /usr/bin/azure-cnms -CMD ["/usr/bin/azure-cnms"] \ No newline at end of file +CMD ["/usr/bin/azure-cnms"]