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 cbfa0c5 commit c9ba992Copy full SHA for c9ba992
Dockerfile
@@ -5,7 +5,7 @@ ARG DEBIAN_TAG=11.7-slim
5
6
# Stage 1: build artifact and download deps
7
8
-FROM golang:1.20.4-alpine AS builder
+FROM golang:1.20.5-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.4
+FROM golang:1.20.5
2
3
RUN apt-get update && apt-get --no-install-recommends -y install unzip \
4
&& apt-get clean \
0 commit comments