From 5e4924a8b2aaeed522d41318ced8ddc411ebaa05 Mon Sep 17 00:00:00 2001 From: baa-ableton <110462357+baa-ableton@users.noreply.github.com> Date: Wed, 23 Jul 2025 15:13:49 +0200 Subject: [PATCH] Issue 2581: Flaky PR test due to outdated Docker Compose file entries (#3052) Signed-off-by: Babur Ayanlar --- website/docs/intro/install/docker-compose.yaml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/website/docs/intro/install/docker-compose.yaml b/website/docs/intro/install/docker-compose.yaml index 1a2913a211..af0f61f850 100644 --- a/website/docs/intro/install/docker-compose.yaml +++ b/website/docs/intro/install/docker-compose.yaml @@ -1,11 +1,10 @@ -# Copyright (c) The OpenTofu Authors -# SPDX-License-Identifier: MPL-2.0 -# Copyright (c) 2023 HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 - +# Copyright (c) The OpenTofu Authors +# SPDX-License-Identifier: MPL-2.0 +# Copyright (c) 2023 HashiCorp, Inc. +# SPDX-License-Identifier: MPL-2.0 + # This docker-compose file tests the installation instructions with all operating systems. See # # test-install-instructions.sh for details. -version: '3.2' services: alpine-convenience: image: alpine @@ -24,7 +23,7 @@ services: command: /data/alpine.sh working_dir: /data debian-convenience: - image: debian:buster + image: debian:stable volumes: - source: ./ target: /data @@ -32,7 +31,7 @@ services: command: /data/deb.sh --convenience working_dir: /data debian-manual: - image: debian:buster + image: debian:stable volumes: - source: ./ target: /data