From 64852a00bf407cbac16dda514a489f559ca92eea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 18:36:23 +0000 Subject: [PATCH] Update golang Docker tag to v1.23.4 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 61ddcd4..e9aa4fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23.3 AS build-stage +FROM golang:1.23.4 AS build-stage LABEL app="build-gb-svc-social-api" LABEL REPO="https://github.com/OSAlt/gb-svc-social-api" @@ -14,7 +14,7 @@ WORKDIR /go/src/github.com/OSAlt/gb-svc-social-api RUN make linux # Final Stage -FROM golang:1.23.3 +FROM golang:1.23.4 ARG GIT_COMMIT ARG VERSION