From 593952ba30c1a94a532b00c6e422aa4b7486c79f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Apr 2023 06:55:11 -0600 Subject: [PATCH] Bump golang from 1.20.2-alpine3.16 to 1.20.3-alpine3.16 (#2049) Bumps golang from 1.20.2-alpine3.16 to 1.20.3-alpine3.16. --- 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 0f9724f4..a943bc44 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # ----------------------------------------------------------------------------- # The base image for building the k9s binary -FROM golang:1.20.2-alpine3.16 AS build +FROM golang:1.20.3-alpine3.16 AS build WORKDIR /k9s COPY go.mod go.sum main.go Makefile ./