Skip to content

Commit 65b68a9

Browse files
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>
1 parent 98d3a2b commit 65b68a9

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=12.0-slim
55

66
# Stage 1: build artifact and download deps
77

8-
FROM golang:1.20.5-alpine AS builder
8+
FROM golang:1.20.6-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.5
1+
FROM golang:1.20.6
22

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

0 commit comments

Comments
 (0)