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>
This commit is contained in:
renovate[bot]
2023-07-12 04:13:05 +00:00
committed by GitHub
parent 98d3a2b784
commit 65b68a9611
2 changed files with 2 additions and 2 deletions

View File

@@ -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}

View File

@@ -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 \