Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:3.17.0

ENV TERRAFORM_VERSION=1.2.7
ENV COLLECTION_VERSION=c251098963278e02c012cf8471d0b7a162efcb74
ENV MONITORS_VERSION=v1.0.7
ENV MONITORS_VERSION=v1.2.1
ARG TARGETPLATFORM

RUN apk add --no-cache \
Expand Down Expand Up @@ -37,6 +37,7 @@ RUN cd /monitors/ \
&& git checkout ${MONITORS_VERSION} \
&& cd .. \
&& cp terraform-sumologic-sumo-logic-monitor/monitor_packages/kubernetes/* . \
&& terraform init -input=false || terraform init -input=false -upgrade \
&& rm -rf terraform-sumologic-sumo-logic-monitor

ARG BUILD_TAG=latest
Expand Down