mirror of https://github.com/containers/podman.git
Merge pull request #20082 from giuseppe/test-update-fedora-minimal
test: update fedoraMinimal version
This commit is contained in:
commit
aa152a7796
|
|
@ -2,7 +2,7 @@ package integration
|
|||
|
||||
var (
|
||||
REDIS_IMAGE = "quay.io/libpod/redis:alpine" //nolint:revive,stylecheck
|
||||
fedoraMinimal = "registry.fedoraproject.org/fedora-minimal:34"
|
||||
fedoraMinimal = "registry.fedoraproject.org/fedora-minimal:39"
|
||||
ALPINE = "quay.io/libpod/alpine:latest"
|
||||
ALPINELISTTAG = "quay.io/libpod/alpine:3.10.2"
|
||||
ALPINELISTDIGEST = "quay.io/libpod/alpine@sha256:fa93b01658e3a5a1686dc3ae55f170d8de487006fb53a28efcd12ab0710a2e5f"
|
||||
|
|
|
|||
Loading…
Reference in New Issue