Skip to content

Commit 24d6b81

Browse files
Merge pull request #114 from HeinanCA/main
Updates OpenTofu to 1.10.8 and Alpine to 3.22.2
2 parents d31cb87 + fd73dff commit 24d6b81

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cluster/images/provider-opentofu/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM alpine:3.22.1
1+
FROM alpine:3.22.2
22
RUN apk --no-cache add ca-certificates bash git curl
33
ARG TARGETOS
44
ARG TARGETARCH
55

6-
ENV OPENTOFU_VERSION=1.10.0
6+
ENV OPENTOFU_VERSION=1.10.8
77
ENV TF_IN_AUTOMATION=1
88
ENV TF_PLUGIN_CACHE_DIR=/tofu/plugin-cache
99

0 commit comments

Comments
 (0)