From 29c9fc03eb602fe0123247c32c469a8013c65eed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 12:20:52 -0600 Subject: [PATCH] chore: bump golang from 1.21.3-alpine to 1.21.4-alpine (#88) Bumps golang from 1.21.3-alpine to 1.21.4-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 4913c3bd..689ff254 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.21.3-alpine AS build +FROM golang:1.21.4-alpine AS build WORKDIR /src RUN apk update && apk add --no-cache file git ENV GOMODCACHE /root/.cache/gocache