We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4dfe37 commit e1a44aeCopy full SHA for e1a44ae
.container/Dockerfile
@@ -10,7 +10,7 @@ WORKDIR /app
10
COPY . ./
11
12
13
-RUN go install github.com/DataDog/orchestrion@v1.5.0 \
+RUN go install github.com/DataDog/orchestrion@v1.6.0 \
14
&& orchestrion pin \
15
&& go mod tidy \
16
&& go mod verify \
0 commit comments