From 1f66b30c7371aa8e214025f65be33df5c787bc8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 19:30:22 +0300 Subject: [PATCH] Bump golang from 1.22.2-alpine to 1.22.3-alpine (#73) Bumps golang from 1.22.2-alpine to 1.22.3-alpine. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ed8c267..c98fa1a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.2-alpine AS builder +FROM golang:1.22.3-alpine AS builder ENV TNF_SRC_DIR=/usr/tnf RUN apk add --no-cache make~=4.4.1 COPY . ${TNF_SRC_DIR}