Skip to content

Commit 33123ff

Browse files
committed
Updates OpenTofu to 1.10.7 and Alpine to 3.22.2
Updates the OpenTofu runtime to 1.10.7 and the base Alpine image to 3.22.2 to pick up downstream fixes, improvements, and any security patches provided in the newer releases. Keeps environment and plugin-cache settings intact while ensuring the image uses more up-to-date dependencies.
1 parent d31cb87 commit 33123ff

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.7
77
ENV TF_IN_AUTOMATION=1
88
ENV TF_PLUGIN_CACHE_DIR=/tofu/plugin-cache
99

0 commit comments

Comments
 (0)