From f8ae2550fed0a10f9baa52ccd62f7c74abb42aba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 23:13:05 +0000 Subject: [PATCH] chore(deps): bump golang from 1.23.5-alpine3.20 to 1.23.6-alpine3.20 Bumps golang from 1.23.5-alpine3.20 to 1.23.6-alpine3.20. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ed1b6959cf..064dca019a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # ----------------------------------------------------------------------------- # The base image for building the k9s binary -FROM golang:1.23.5-alpine3.20 AS build +FROM golang:1.23.6-alpine3.20 AS build WORKDIR /k9s COPY go.mod go.sum main.go Makefile ./