From 1afb15cf5cf1a83f65d55b578993b06baaa1b48e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 14:18:12 +0100 Subject: [PATCH] build(deps): bump golang from 1.19.3 to 1.19.5 (#146) Bumps golang from 1.19.3 to 1.19.5. --- 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> Co-authored-by: Youssef Bel Mekki <38552193+ybelMekk@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c2373c7..68097c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.19.3 AS builder +FROM golang:1.19.5 AS builder ENV GOOS=linux ENV CGO_ENABLED=0