We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98d3a2b commit 65b68a9Copy full SHA for 65b68a9
Dockerfile
@@ -5,7 +5,7 @@ ARG DEBIAN_TAG=12.0-slim
5
6
# Stage 1: build artifact and download deps
7
8
-FROM golang:1.20.5-alpine AS builder
+FROM golang:1.20.6-alpine AS builder
9
10
ARG ATLANTIS_VERSION=dev
11
ENV ATLANTIS_VERSION=${ATLANTIS_VERSION}
testing/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.20.5
+FROM golang:1.20.6
2
3
RUN apt-get update && apt-get --no-install-recommends -y install unzip \
4
&& apt-get clean \
0 commit comments