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 4c67df6 commit d96412eCopy full SHA for d96412e
Dockerfile
@@ -1,7 +1,7 @@
1
FROM alpine:3.15
2
3
ENV TERRAFORM_VERSION=1.1.3
4
-ENV COLLECTION_VERSION=2.3.2
+ENV COLLECTION_VERSION=cccc73323e15be876a14b41db0b51183b7a029ea
5
ARG TARGETPLATFORM
6
7
RUN apk add --no-cache \
@@ -26,7 +26,7 @@ RUN apk add --no-cache \
26
27
USER setup
28
RUN cd /terraform/ \
29
- && curl -O https://raw.githubusercontent.com/SumoLogic/sumologic-kubernetes-collection/v${COLLECTION_VERSION}/deploy/helm/sumologic/conf/setup/main.tf \
+ && curl -O https://raw.githubusercontent.com/SumoLogic/sumologic-kubernetes-collection/${COLLECTION_VERSION}/deploy/helm/sumologic/conf/setup/main.tf \
30
&& terraform init \
31
&& rm main.tf
32
0 commit comments