Skip to content

Commit 63a0b3f

Browse files

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN ./install-opentofu.sh --install-method standalone --install-path / --symlink
88
## This is your stage:
99

1010
# Github actions runs on Ubuntu-latest, use the same thing here
11-
FROM ubuntu:24.04
11+
FROM ubuntu:24.10
1212
COPY --from=tofu /tofu /bin/tofu
1313

1414
# Install the ca-certificate package and git

0 commit comments

Comments
 (0)