Skip to content

Commit

Permalink
upgrade test container image to Fedora 40
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-lekse committed May 30, 2024
1 parent 03e5862 commit e3d717a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions internal/provider/acctest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ targets:
fedora:
os:
id: fedora
name: Fedora Linux 35 (Container Image)
name: Fedora Linux 40 (Container Image)
vendor: fedora
version: 35
version: 40
# release:

configs:
Expand Down
2 changes: 1 addition & 1 deletion test/fedora/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Fedora
# https://hub.docker.com/_/fedora
ARG FEDORA_VERSION=35
ARG FEDORA_VERSION=40
FROM fedora:${FEDORA_VERSION}

# Packages
Expand Down

0 comments on commit e3d717a

Please sign in to comment.