Skip to content

Commit c9ba992

Browse files
renovate[bot]Marcelo Medeiros
authored andcommitted
chore(deps): update golang docker tag to v1.20.5 in testing/dockerfile (runatlantis#3494)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cbfa0c5 commit c9ba992

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ARG DEBIAN_TAG=11.7-slim
55

66
# Stage 1: build artifact and download deps
77

8-
FROM golang:1.20.4-alpine AS builder
8+
FROM golang:1.20.5-alpine AS builder
99

1010
ARG ATLANTIS_VERSION=dev
1111
ENV ATLANTIS_VERSION=${ATLANTIS_VERSION}

testing/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.20.4
1+
FROM golang:1.20.5
22

33
RUN apt-get update && apt-get --no-install-recommends -y install unzip \
44
&& apt-get clean \

0 commit comments

Comments
 (0)