diff --git a/sztp-server/Dockerfile b/sztp-server/Dockerfile index 2a16dd53..c38b8ba6 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:0b580d1b21c387063ed3cb1a99eeac0c253e9330a19312b8f84a4fc03605b057 RUN apt-get update && apt-get install -y --no-install-recommends make && rm -rf /var/lib/apt/lists/*