From 0dbc683789f783a9d0b1966b07f81db0bcdc5a2e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 02:38:27 +0000 Subject: [PATCH] chore(deps): update docker.io/library/golang docker tag to v1.21.2 --- sztp-agent/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sztp-agent/Dockerfile b/sztp-agent/Dockerfile index 7fba5e03..970455bc 100644 --- a/sztp-agent/Dockerfile +++ b/sztp-agent/Dockerfile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: Apache-2.0 # Copyright (c) 2022 Dell Inc, or its subsidiaries. -FROM docker.io/library/golang:1.21.1-alpine as builder +FROM docker.io/library/golang:1.21.2-alpine as builder WORKDIR /app