Skip to content

Commit 4c67df6

Browse files
author
Mikołaj Świątek
committed
chore: update collection version to 2.3.2
1 parent f53e19f commit 4c67df6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

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

33
ENV TERRAFORM_VERSION=1.1.3
4+
ENV COLLECTION_VERSION=2.3.2
45
ARG TARGETPLATFORM
56

67
RUN apk add --no-cache \
@@ -25,7 +26,7 @@ RUN apk add --no-cache \
2526

2627
USER setup
2728
RUN cd /terraform/ \
28-
&& curl -O https://raw.githubusercontent.com/SumoLogic/sumologic-kubernetes-collection/7aeb5014aad04c21a21fea2d88e35600da6818eb/deploy/helm/sumologic/conf/setup/main.tf \
29+
&& curl -O https://raw.githubusercontent.com/SumoLogic/sumologic-kubernetes-collection/v${COLLECTION_VERSION}/deploy/helm/sumologic/conf/setup/main.tf \
2930
&& terraform init \
3031
&& rm main.tf
3132

0 commit comments

Comments
 (0)