From c6830660dbfd69371b9f6899d871516703dc4088 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Jul 2023 04:13:05 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.20.6 in testing/dockerfile (#3594) 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 84f0c7fdfc..2343d0ef93 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ARG DEBIAN_TAG=12.0-slim # Stage 1: build artifact and download deps -FROM golang:1.20.5-alpine AS builder +FROM golang:1.20.6-alpine AS builder ARG ATLANTIS_VERSION=dev ENV ATLANTIS_VERSION=${ATLANTIS_VERSION} diff --git a/testing/Dockerfile b/testing/Dockerfile index 7d576ed79d..a0aba93d20 100644 --- a/testing/Dockerfile +++ b/testing/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.20.5 +FROM golang:1.20.6 RUN apt-get update && apt-get --no-install-recommends -y install unzip \ && apt-get clean \