From e1fff600c728fb9074b215b73489db5994ea849d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 01:37:39 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.20.7 --- build/Dockerfile | 2 +- tests/integration/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Dockerfile b/build/Dockerfile index 9c5394a3..542ec6b3 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.20.6-bookworm +FROM golang:1.20.7-bookworm ARG GH_VERSION='1.6.0' diff --git a/tests/integration/Dockerfile b/tests/integration/Dockerfile index 4a1598dd..20963d45 100644 --- a/tests/integration/Dockerfile +++ b/tests/integration/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.20.6-bookworm as builder +FROM golang:1.20.7-bookworm as builder ARG CGO_ENABLED=0 WORKDIR /go/src/github.com/newrelic/nri-redis COPY . .