From bfc4675a5dabbe095e862c1a60556429eba09552 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 01:07:05 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.21.7 in testing/dockerfile (#4216) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- testing/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 856b5473d8..21b2a7f9dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ ARG DEFAULT_CONFTEST_VERSION=0.44.1 # Stage 1: build artifact and download deps -FROM golang:1.21.6-alpine AS builder +FROM golang:1.21.7-alpine AS builder ARG ATLANTIS_VERSION=dev ENV ATLANTIS_VERSION=${ATLANTIS_VERSION} diff --git a/testing/Dockerfile b/testing/Dockerfile index dffc2d0d4d..b5720330c0 100644 --- a/testing/Dockerfile +++ b/testing/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21.6 +FROM golang:1.21.7 RUN apt-get update && apt-get --no-install-recommends -y install unzip \ && apt-get clean \