From 08edd235879ef64e76a353d44cc68bfc15f9445f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 01:50:34 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.21.2 in testing/dockerfile (#3818) 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 d6322e1e51..623ef4c0a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ARG DEBIAN_TAG=12.1-slim # Stage 1: build artifact and download deps -FROM golang:1.21.1-alpine AS builder +FROM golang:1.21.2-alpine AS builder ARG ATLANTIS_VERSION=dev ENV ATLANTIS_VERSION=${ATLANTIS_VERSION} diff --git a/testing/Dockerfile b/testing/Dockerfile index 762ee7fd9b..22a64589c8 100644 --- a/testing/Dockerfile +++ b/testing/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21.1 +FROM golang:1.21.2 RUN apt-get update && apt-get --no-install-recommends -y install unzip \ && apt-get clean \