From 446612861a3c0c73ef8a6c34ee1db18db1c8f7ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 16:54:57 +0000 Subject: [PATCH] chore(deps): update ghcr.io/opiproject/sztpd:main docker digest to 549aca1 --- sztp-server/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sztp-server/Dockerfile b/sztp-server/Dockerfile index 2a16dd53..28c3c3ca 100644 --- a/sztp-server/Dockerfile +++ b/sztp-server/Dockerfile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: Apache-2.0 # Copyright (c) 2022 Dell Inc, or its subsidiaries. -FROM ghcr.io/opiproject/sztpd:main@sha256:ce8243e611db2ad3c65b97bc9f1961a04978e00e826f0a913b740699c1f60a11 +FROM ghcr.io/opiproject/sztpd:main@sha256:549aca16193f40de39d86485a89bbada548137d5832f02238fb84b421071095f RUN apt-get update && apt-get install -y --no-install-recommends make && rm -rf /var/lib/apt/lists/*