chore(deps): update golang docker tag to v1.21.4 in testing/dockerfile (#3963)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-11-09 04:23:21 +00:00
committed by GitHub
parent 1a9714a91c
commit b965f9ac1a
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ ARG DEFAULT_CONFTEST_VERSION=0.46.0
# Stage 1: build artifact and download deps
FROM golang:1.21.3-alpine AS builder
FROM golang:1.21.4-alpine AS builder
ARG ATLANTIS_VERSION=dev
ENV ATLANTIS_VERSION=${ATLANTIS_VERSION}

View File

@@ -1,4 +1,4 @@
FROM golang:1.21.3
FROM golang:1.21.4
RUN apt-get update && apt-get --no-install-recommends -y install unzip \
&& apt-get clean \