Skip to content

Commit d96412e

Browse files
authored
chore: bump collection's main.tf (#26)
1 parent 4c67df6 commit d96412e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM alpine:3.15
22

33
ENV TERRAFORM_VERSION=1.1.3
4-
ENV COLLECTION_VERSION=2.3.2
4+
ENV COLLECTION_VERSION=cccc73323e15be876a14b41db0b51183b7a029ea
55
ARG TARGETPLATFORM
66

77
RUN apk add --no-cache \
@@ -26,7 +26,7 @@ RUN apk add --no-cache \
2626

2727
USER setup
2828
RUN cd /terraform/ \
29-
&& curl -O https://raw.githubusercontent.com/SumoLogic/sumologic-kubernetes-collection/v${COLLECTION_VERSION}/deploy/helm/sumologic/conf/setup/main.tf \
29+
&& curl -O https://raw.githubusercontent.com/SumoLogic/sumologic-kubernetes-collection/${COLLECTION_VERSION}/deploy/helm/sumologic/conf/setup/main.tf \
3030
&& terraform init \
3131
&& rm main.tf
3232

0 commit comments

Comments
 (0)