From 7636f8608111a73335c7aec89568221b9b274a5d Mon Sep 17 00:00:00 2001 From: Sascha Grunert Date: Wed, 22 Feb 2023 12:47:01 +0100 Subject: [PATCH] Update debian-base image to v1.4.3 Signed-off-by: Sascha Grunert --- cmd/smbplugin/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/smbplugin/Dockerfile b/cmd/smbplugin/Dockerfile index d711cf8e7d9..fd115d7b12c 100644 --- a/cmd/smbplugin/Dockerfile +++ b/cmd/smbplugin/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM registry.k8s.io/build-image/debian-base:bullseye-v1.4.2 +FROM registry.k8s.io/build-image/debian-base:bullseye-v1.4.3 RUN apt update && apt upgrade -y && apt-mark unhold libcap2 && clean-install ca-certificates cifs-utils util-linux e2fsprogs mount udev xfsprogs