We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39628ba commit 34f4465Copy full SHA for 34f4465
atlas/Dockerfile
@@ -3,8 +3,6 @@ ARG BUILDARCH
3
# Stage 1: Build Go binary and clone repo
4
FROM --platform=$BUILDARCH golang:1.22 AS builder
5
6
-RUN apk add --no-cache git
7
-
8
RUN git clone https://github.com/karam-ajaj/atlas.git /atlas-repo
9
WORKDIR /atlas-repo
10
RUN git checkout 3.1.11
0 commit comments