From 467de764a818c577a5b9ad5832470dfb3d74f4a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 10:17:56 +0200 Subject: [PATCH] chore(deps): bump golang from 1.21.2-alpine3.18 to 1.21.3-alpine3.18 (#525) Bumps golang from 1.21.2-alpine3.18 to 1.21.3-alpine3.18. --- 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 6c692683..5257da31 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # stage 1 Build qgb binary -FROM --platform=$BUILDPLATFORM docker.io/golang:1.21.2-alpine3.18 as builder +FROM --platform=$BUILDPLATFORM docker.io/golang:1.21.3-alpine3.18 as builder RUN apk update && apk --no-cache add make gcc musl-dev git bash COPY . /orchestrator-relayer