mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-03 18:58:56 +00:00
chore(deps): update golang docker tag to v1.21.5 in testing/dockerfile (#4015)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -8,7 +8,7 @@ ARG DEFAULT_CONFTEST_VERSION=0.46.0
|
||||
|
||||
# Stage 1: build artifact and download deps
|
||||
|
||||
FROM golang:1.21.4-alpine AS builder
|
||||
FROM golang:1.21.5-alpine AS builder
|
||||
|
||||
ARG ATLANTIS_VERSION=dev
|
||||
ENV ATLANTIS_VERSION=${ATLANTIS_VERSION}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.21.4
|
||||
FROM golang:1.21.5
|
||||
|
||||
RUN apt-get update && apt-get --no-install-recommends -y install unzip \
|
||||
&& apt-get clean \
|
||||
|
||||
Reference in New Issue
Block a user