Skip to content

Commit f3dfb89

Browse files
committed
bumped terraform on sumologic's provider terraform
1 parent c8485af commit f3dfb89

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile-ubi

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM hashicorp/terraform:1.12.2 AS terraform
22

3-
FROM registry.access.redhat.com/ubi9/ubi:9.6-1751445649
3+
FROM registry.access.redhat.com/ubi9/ubi:9.6
44

55
ENV SUMMARY="UBI based Sumo Logic Kubernetes Setup" \
66
DESCRIPTION="UBI based setup image for the Sumo Logic Kubernetes Collection"
@@ -11,7 +11,8 @@ ARG TARGETPLATFORM
1111

1212

1313
RUN dnf update -y \
14-
&& dnf install -y \
14+
&& dnf install -y --allowerasing \
15+
curl-full libcurl-full \
1516
bash \
1617
jq \
1718
git \

0 commit comments

Comments
 (0)