From 0cf5deda1e9c38f4e9185e14e76104065c3053b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 04:40:07 +0000 Subject: [PATCH] build(deps): bump golang from 1.22.2-alpine to 1.22.3-alpine 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] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6ae2e70..57f2f3a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.2-alpine AS build +FROM golang:1.22.3-alpine AS build WORKDIR /go/src/github.com/youscan/azure_storage_queue_exporter COPY . . RUN CGO_ENABLED=0 GOOS=linux go install -a -installsuffix cgo .