Skip to content

deps(deps): update ansible/ansible-lint action to v25.6.1 #155

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 19, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 17, 2025

This PR contains the following updates:

Package Type Update Change
ansible/ansible-lint action minor v25.5.0 -> v25.6.1

Release Notes

ansible/ansible-lint (ansible/ansible-lint)

v25.6.1

Compare Source

Bugfixes

v25.6.0

Compare Source

Enhancements

Bugfixes

Maintenance


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) June 17, 2025 20:45
@renovate renovate bot requested a review from lotyp as a code owner June 17, 2025 20:45
@github-actions github-actions bot added the type: maintenance For maintenance, refactor and testing (perf, chore, style, revert, refactor, test, build, ci) label Jun 17, 2025
Copy link

github-actions bot commented Jun 17, 2025

Outdated

🔍 Vulnerabilities of wayofdev/php-base:latest

📦 Image Reference wayofdev/php-base:latest
digestsha256:77256fe3df40d0e852d01b9160a6d4f3a400ff6c308275711166f126f92becbc
vulnerabilitiescritical: 0 high: 1 medium: 0 low: 0
platformlinux/amd64
size93 MB
packages139
📦 Base Image php:53a4f6c5bdf2c0213cb7293bc9da263feaa0ea41955f71bc1de2465f801efff9
also known as
  • 8.1-alpine
  • 8.1-alpine3.21
  • 8.1-cli-alpine
  • 8.1-cli-alpine3.21
  • 8.1.32-alpine
  • 8.1.32-alpine3.21
  • 8.1.32-cli-alpine
  • 8.1.32-cli-alpine3.21
digestsha256:05dee9cd87b825cb096751fef4d1d017e3a1eb069af80cf63ea97c0923ecab4b
vulnerabilitiescritical: 0 high: 2 medium: 1 low: 1
critical: 0 high: 1 medium: 0 low: 0 setuptools 70.3.0 (pypi)

pkg:pypi/[email protected]

high 7.7: CVE--2025--47273 Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

Affected range<78.1.1
Fixed version78.1.1
CVSS Score7.7
CVSS VectorCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N/E:P
EPSS Score0.104%
EPSS Percentile29th percentile
Description

Summary

A path traversal vulnerability in PackageIndex was fixed in setuptools version 78.1.1

Details

    def _download_url(self, url, tmpdir):
        # Determine download filename
        #
        name, _fragment = egg_info_for_url(url)
        if name:
            while '..' in name:
                name = name.replace('..', '.').replace('\\', '_')
        else:
            name = "__downloaded__"  # default if URL has no path contents

        if name.endswith('.[egg.zip](http://egg.zip/)'):
            name = name[:-4]  # strip the extra .zip before download

 -->       filename = os.path.join(tmpdir, name)

Here: https://github.com/pypa/setuptools/blob/6ead555c5fb29bc57fe6105b1bffc163f56fd558/setuptools/package_index.py#L810C1-L825C88

os.path.join() discards the first argument tmpdir if the second begins with a slash or drive letter.
name is derived from a URL without sufficient sanitization. While there is some attempt to sanitize by replacing instances of '..' with '.', it is insufficient.

Risk Assessment

As easy_install and package_index are deprecated, the exploitation surface is reduced.
However, it seems this could be exploited in a similar fashion like GHSA-r9hx-vwmv-q579, and as described by POC 4 in GHSA-cx63-2mw6-8hw5 report: via malicious URLs present on the pages of a package index.

Impact

An attacker would be allowed to write files to arbitrary locations on the filesystem with the permissions of the process running the Python code, which could escalate to RCE depending on the context.

References

https://huntr.com/bounties/d6362117-ad57-4e83-951f-b8141c6e7ca5
pypa/setuptools#4946

Copy link

github-actions bot commented Jun 17, 2025

Outdated

Recommended fixes for image wayofdev/php-base:latest

Base image is php:8.1-alpine

Name8.1.32-alpine3.21
Digestsha256:05dee9cd87b825cb096751fef4d1d017e3a1eb069af80cf63ea97c0923ecab4b
Vulnerabilitiescritical: 0 high: 2 medium: 1 low: 1
Pushed3 months ago
Size36 MB
Packages52
Flavoralpine
OS3.21
Runtime8.1.32
The base image is also available under the supported tag(s): 8.1-alpine3.21, 8.1-cli-alpine, 8.1-cli-alpine3.21, 8.1.32-alpine, 8.1.32-alpine3.21, 8.1.32-cli-alpine, 8.1.32-cli-alpine3.21

Refresh base image

Rebuild the image using a newer base image version. Updating this may result in breaking changes.

✅ This image version is up to date.

Change base image

TagDetailsPushedVulnerabilities
8.4-alpine3.21
Minor runtime version update
Also known as:
  • 8.4.8-cli-alpine3.21
  • 8-cli-alpine3.21
  • cli-alpine3.21
  • alpine3.21
  • 8-alpine3.21
Benefits:
  • Same OS detected
  • Minor runtime version update
  • Tag was pushed more recently
  • Image has similar size
  • Image introduces no new vulnerability but removes 4
  • Image contains equal number of packages
Image details:
  • Size: 42 MB
  • Flavor: alpine
  • OS: 3.21
  • Runtime: 8.4
1 week ago



8.3-alpine3.21
Minor runtime version update
Also known as:
  • 8.3.22-cli-alpine3.21
  • 8.3-cli-alpine3.21
  • 8.3.22-alpine3.21
Benefits:
  • Same OS detected
  • Minor runtime version update
  • Tag was pushed more recently
  • Image has similar size
  • Image introduces no new vulnerability but removes 4
  • Image contains equal number of packages
Image details:
  • Size: 37 MB
  • Flavor: alpine
  • OS: 3.21
  • Runtime: 8.3.22
1 week ago



8.2-alpine3.21
Minor runtime version update
Also known as:
  • 8.2.28-cli-alpine3.21
  • 8.2-cli-alpine3.21
  • 8.2.28-alpine3.21
Benefits:
  • Same OS detected
  • Minor runtime version update
  • Tag was pushed more recently
  • Image has similar size
  • Image has same number of vulnerabilities
  • Image contains equal number of packages
Image details:
  • Size: 36 MB
  • Flavor: alpine
  • OS: 3.21
  • Runtime: 8.2.28
3 months ago



8.1-alpine3.22
Patch runtime version update
Also known as:
  • 8.1.32-cli-alpine3.22
  • 8.1-cli-alpine3.22
  • 8.1.32-alpine3.22
Benefits:
  • Patch runtime version update
  • Same OS detected
  • Tag was pushed more recently
  • Image has similar size
  • Image introduces no new vulnerability but removes 4
Image details:
  • Size: 36 MB
  • Flavor: alpine
  • OS: 3.22
  • Runtime: 8.1.32
1 week ago



8.4-alpine
Minor runtime version update
Also known as:
  • 8.4.8-cli-alpine
  • 8.4.8-cli-alpine3.22
  • 8.4-cli-alpine
  • 8.4-cli-alpine3.22
  • 8-cli-alpine
  • 8-cli-alpine3.22
  • cli-alpine
  • cli-alpine3.22
  • alpine
  • alpine3.22
  • 8.4.8-alpine
  • 8.4.8-alpine3.22
  • 8.4-alpine3.22
  • 8-alpine
  • 8-alpine3.22
Benefits:
  • Same OS detected
  • Minor runtime version update
  • Tag was pushed more recently
  • Image has similar size
  • Image introduces no new vulnerability but removes 4
Image details:
  • Size: 42 MB
  • Flavor: alpine
  • OS: 3.22
  • Runtime: 8.4.8
1 week ago



8.3-alpine
Minor runtime version update
Also known as:
  • 8.3.22-cli-alpine
  • 8.3.22-cli-alpine3.22
  • 8.3-cli-alpine
  • 8.3-cli-alpine3.22
  • 8.3.22-alpine
  • 8.3.22-alpine3.22
  • 8.3-alpine3.22
Benefits:
  • Same OS detected
  • Minor runtime version update
  • Tag was pushed more recently
  • Image has similar size
  • Image introduces no new vulnerability but removes 4
Image details:
  • Size: 37 MB
  • Flavor: alpine
  • OS: 3.22
  • Runtime: 8.3.22
1 week ago



8.2-alpine
Minor runtime version update
Also known as:
  • 8.2.28-cli-alpine
  • 8.2.28-cli-alpine3.22
  • 8.2-cli-alpine
  • 8.2-cli-alpine3.22
  • 8.2.28-alpine
  • 8.2.28-alpine3.22
  • 8.2-alpine3.22
Benefits:
  • Same OS detected
  • Minor runtime version update
  • Tag was pushed more recently
  • Image has similar size
  • Image introduces no new vulnerability but removes 4
  • 8.2-alpine was pulled 1.8K times last month
Image details:
  • Size: 36 MB
  • Flavor: alpine
  • OS: 3.22
  • Runtime: 8.2.28
1 week ago



Copy link

github-actions bot commented Jun 17, 2025

Outdated

🔍 Vulnerabilities of wayofdev/php-base:latest

📦 Image Reference wayofdev/php-base:latest
digestsha256:0cae62ef2088598857dfb382fae956b0568ecc6eae8c9d85d6003502cfeddf82
vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0
platformlinux/amd64
size95 MB
packages158
📦 Base Image php:8.3-alpine
also known as
  • 8.3-alpine3.22
  • 8.3-cli-alpine
  • 8.3-cli-alpine3.22
  • 8.3.22-alpine
  • 8.3.22-alpine3.22
  • 8.3.22-cli-alpine
  • 8.3.22-cli-alpine3.22
digestsha256:2891010783a71c4e3fe6af0dbf08e5d7e3eabe1055c69d6006d9bb0363ab7961
vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0

Copy link

github-actions bot commented Jun 17, 2025

Outdated

Recommended fixes for image wayofdev/php-base:latest

Base image is php:8.3-alpine

Name8.3.22-alpine3.22
Digestsha256:2891010783a71c4e3fe6af0dbf08e5d7e3eabe1055c69d6006d9bb0363ab7961
Vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0
Pushed1 week ago
Size37 MB
Packages60
Flavoralpine
OS3.22
Runtime8.3.22
The base image is also available under the supported tag(s): 8.3-alpine3.22, 8.3-cli-alpine, 8.3-cli-alpine3.22, 8.3.22-alpine, 8.3.22-alpine3.22, 8.3.22-cli-alpine, 8.3.22-cli-alpine3.22

Refresh base image

Rebuild the image using a newer base image version. Updating this may result in breaking changes.

✅ This image version is up to date.

Change base image

TagDetailsPushedVulnerabilities
8.4-alpine
Minor runtime version update
Also known as:
  • 8.4.8-cli-alpine
  • 8.4.8-cli-alpine3.22
  • 8.4-cli-alpine
  • 8.4-cli-alpine3.22
  • 8-cli-alpine
  • 8-cli-alpine3.22
  • cli-alpine
  • cli-alpine3.22
  • alpine
  • alpine3.22
  • 8.4.8-alpine
  • 8.4.8-alpine3.22
  • 8.4-alpine3.22
  • 8-alpine
  • 8-alpine3.22
Benefits:
  • Same OS detected
  • Minor runtime version update
  • Image has similar size
  • Image has same number of vulnerabilities
  • Image contains equal number of packages
Image details:
  • Size: 42 MB
  • Flavor: alpine
  • OS: 3.22
  • Runtime: 8.4.8
1 week ago



Copy link

github-actions bot commented Jun 17, 2025

Outdated

🔍 Vulnerabilities of wayofdev/php-base:latest

📦 Image Reference wayofdev/php-base:latest
digestsha256:195ccf226b9f734281731d310ad7ed08b50b944b194f3589f83966424c3c41c8
vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0
platformlinux/amd64
size75 MB
packages121
📦 Base Image php:8-fpm-alpine
also known as
  • 8-fpm-alpine3.22
  • 8.4-fpm-alpine
  • 8.4-fpm-alpine3.22
  • 8.4.8-fpm-alpine
  • 8.4.8-fpm-alpine3.22
  • fpm-alpine
  • fpm-alpine3.22
digestsha256:bc12bbfaf3d00edcc78c086423804b91071d64ee3c34511f0d8f5cea778f7daf
vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0

Copy link

github-actions bot commented Jun 17, 2025

Outdated

🔍 Vulnerabilities of wayofdev/php-base:latest

📦 Image Reference wayofdev/php-base:latest
digestsha256:608ed8531345710bdcbae2dcb4ebdba673358bd83a945a029c70e526b1e891a7
vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0
platformlinux/amd64
size71 MB
packages119
📦 Base Image php:42e8584bcaac5cccda08e770cb32513710f12eb6f8d76dd829150e72ac2bedf0
also known as
  • 8.1-fpm-alpine
  • 8.1-fpm-alpine3.21
  • 8.1.32-fpm-alpine
  • 8.1.32-fpm-alpine3.21
digestsha256:e726fe8db6397574e12eb4f7be34f508443217f6396d7573b60e0b84db78c64e
vulnerabilitiescritical: 0 high: 2 medium: 1 low: 1

Copy link

github-actions bot commented Jun 17, 2025

Outdated

🔍 Vulnerabilities of wayofdev/php-base:latest

📦 Image Reference wayofdev/php-base:latest
digestsha256:33ef1fdbd51530827cb9212eccce8778b8048a1ab937b1473ae5e3d6bd28ac69
vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0
platformlinux/amd64
size75 MB
packages118
📦 Base Image php:53a4f6c5bdf2c0213cb7293bc9da263feaa0ea41955f71bc1de2465f801efff9
also known as
  • 8.1-alpine
  • 8.1-alpine3.21
  • 8.1-cli-alpine
  • 8.1-cli-alpine3.21
  • 8.1.32-alpine
  • 8.1.32-alpine3.21
  • 8.1.32-cli-alpine
  • 8.1.32-cli-alpine3.21
digestsha256:05dee9cd87b825cb096751fef4d1d017e3a1eb069af80cf63ea97c0923ecab4b
vulnerabilitiescritical: 0 high: 2 medium: 1 low: 1

Copy link

github-actions bot commented Jun 17, 2025

Outdated

Recommended fixes for image wayofdev/php-base:latest

Base image is php:8-fpm-alpine

Namefpm-alpine3.22
Digestsha256:bc12bbfaf3d00edcc78c086423804b91071d64ee3c34511f0d8f5cea778f7daf
Vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0
Pushed1 week ago
Size37 MB
Packages61
Flavoralpine
OS3.22
The base image is also available under the supported tag(s): 8-fpm-alpine3.22, 8.4-fpm-alpine, 8.4-fpm-alpine3.22, 8.4.8-fpm-alpine, 8.4.8-fpm-alpine3.22, fpm-alpine, fpm-alpine3.22

Refresh base image

Rebuild the image using a newer base image version. Updating this may result in breaking changes.

✅ This image version is up to date.

Change base image

TagDetailsPushedVulnerabilities
8.3-fpm-alpine
Minor runtime version update
Also known as:
  • 8.3.22-fpm-alpine
  • 8.3.22-fpm-alpine3.22
  • 8.3-fpm-alpine3.22
Benefits:
  • Same OS detected
  • Minor runtime version update
  • Image is smaller by 3.3 MB
  • Image has same number of vulnerabilities
  • Image contains equal number of packages
Image details:
  • Size: 33 MB
  • Flavor: alpine
  • OS: 3.22
  • Runtime: 8.3.22
1 week ago



8.2-fpm-alpine
Minor runtime version update
Also known as:
  • 8.2.28-fpm-alpine
  • 8.2.28-fpm-alpine3.22
  • 8.2-fpm-alpine3.22
Benefits:
  • Same OS detected
  • Minor runtime version update
  • Image is smaller by 4.0 MB
  • Image has same number of vulnerabilities
  • Image contains equal number of packages
  • 8.2-fpm-alpine was pulled 4.1K times last month
Image details:
  • Size: 32 MB
  • Flavor: alpine
  • OS: 3.22
  • Runtime: 8.2.28
1 week ago



8.1-fpm-alpine3.22
Minor runtime version update
Also known as:
  • 8.1.32-fpm-alpine3.22
Benefits:
  • Same OS detected
  • Minor runtime version update
  • Image is smaller by 4.5 MB
  • Image has same number of vulnerabilities
  • Image contains equal number of packages
Image details:
  • Size: 32 MB
  • Flavor: alpine
  • OS: 3.22
  • Runtime: 8.1.32
1 week ago



Copy link

github-actions bot commented Jun 17, 2025

Outdated

Recommended fixes for image wayofdev/php-base:latest

Base image is php:8.1-fpm-alpine

Name8.1.32-fpm-alpine3.21
Digestsha256:e726fe8db6397574e12eb4f7be34f508443217f6396d7573b60e0b84db78c64e
Vulnerabilitiescritical: 0 high: 2 medium: 1 low: 1
Pushed3 months ago
Size32 MB
Packages53
Flavoralpine
OS3.21
Runtime8.1.32
The base image is also available under the supported tag(s): 8.1-fpm-alpine3.21, 8.1.32-fpm-alpine, 8.1.32-fpm-alpine3.21

Refresh base image

Rebuild the image using a newer base image version. Updating this may result in breaking changes.

✅ This image version is up to date.

Change base image

TagDetailsPushedVulnerabilities
8.4-fpm-alpine3.21
Minor runtime version update
Also known as:
    Benefits:
    • Same OS detected
    • Minor runtime version update
    • Tag was pushed more recently
    • Image has similar size
    • Image introduces no new vulnerability but removes 2
    • Image contains equal number of packages
    Image details:
    • Size: 36 MB
    • Flavor: alpine
    • OS: 3.21
    • Runtime: 8.4
    1 month ago



    8.3-fpm-alpine3.21
    Minor runtime version update
    Also known as:
    • 8.3.22-fpm-alpine3.21
    Benefits:
    • Same OS detected
    • Minor runtime version update
    • Tag was pushed more recently
    • Image has similar size
    • Image introduces no new vulnerability but removes 4
    • Image contains equal number of packages
    Image details:
    • Size: 33 MB
    • Flavor: alpine
    • OS: 3.21
    • Runtime: 8.3.22
    1 week ago



    8.2-fpm-alpine3.21
    Minor runtime version update
    Also known as:
    • 8.2.28-fpm-alpine3.21
    Benefits:
    • Same OS detected
    • Minor runtime version update
    • Tag was pushed more recently
    • Image has similar size
    • Image has same number of vulnerabilities
    • Image contains equal number of packages
    Image details:
    • Size: 32 MB
    • Flavor: alpine
    • OS: 3.21
    • Runtime: 8.2.28
    3 months ago



    8.1-fpm-alpine3.22
    Patch runtime version update
    Also known as:
    • 8.1.32-fpm-alpine3.22
    Benefits:
    • Patch runtime version update
    • Same OS detected
    • Tag was pushed more recently
    • Image has similar size
    • Image introduces no new vulnerability but removes 4
    Image details:
    • Size: 32 MB
    • Flavor: alpine
    • OS: 3.22
    • Runtime: 8.1.32
    1 week ago



    8.3-fpm-alpine
    Minor runtime version update
    Also known as:
    • 8.3.22-fpm-alpine
    • 8.3.22-fpm-alpine3.22
    • 8.3-fpm-alpine3.22
    Benefits:
    • Same OS detected
    • Minor runtime version update
    • Tag was pushed more recently
    • Image has similar size
    • Image introduces no new vulnerability but removes 4
    Image details:
    • Size: 33 MB
    • Flavor: alpine
    • OS: 3.22
    • Runtime: 8.3.22
    1 week ago



    8.2-fpm-alpine
    Minor runtime version update
    Also known as:
    • 8.2.28-fpm-alpine
    • 8.2.28-fpm-alpine3.22
    • 8.2-fpm-alpine3.22
    Benefits:
    • Same OS detected
    • Minor runtime version update
    • Tag was pushed more recently
    • Image has similar size
    • Image introduces no new vulnerability but removes 4
    • 8.2-fpm-alpine was pulled 4.1K times last month
    Image details:
    • Size: 32 MB
    • Flavor: alpine
    • OS: 3.22
    • Runtime: 8.2.28
    1 week ago



    8.4.8-fpm-alpine3.21
    Image introduces no new vulnerability but removes 4
    Also known as:
    • 8-fpm-alpine3.21
    • fpm-alpine3.21
    Benefits:
    • Same OS detected
    • Tag was pushed more recently
    • Image has similar size
    • Image introduces no new vulnerability but removes 4
    • Image contains equal number of packages
    Image details:
    • Size: 36 MB
    • Flavor: alpine
    • OS: 3.21
    1 week ago



    8.4-fpm-alpine
    Image introduces no new vulnerability but removes 4
    Also known as:
    • 8.4.8-fpm-alpine
    • 8.4.8-fpm-alpine3.22
    • 8.4-fpm-alpine3.22
    • 8-fpm-alpine
    • 8-fpm-alpine3.22
    • fpm-alpine
    • fpm-alpine3.22
    Benefits:
    • Same OS detected
    • Tag was pushed more recently
    • Image has similar size
    • Image introduces no new vulnerability but removes 4
    Image details:
    • Size: 37 MB
    • Flavor: alpine
    • OS: 3.22
    1 week ago



    Copy link

    github-actions bot commented Jun 17, 2025

    Outdated

    Recommended fixes for image wayofdev/php-base:latest

    Base image is php:8.1-alpine

    Name8.1.32-alpine3.21
    Digestsha256:05dee9cd87b825cb096751fef4d1d017e3a1eb069af80cf63ea97c0923ecab4b
    Vulnerabilitiescritical: 0 high: 2 medium: 1 low: 1
    Pushed3 months ago
    Size36 MB
    Packages52
    Flavoralpine
    OS3.21
    Runtime8.1.32
    The base image is also available under the supported tag(s): 8.1-alpine3.21, 8.1-cli-alpine, 8.1-cli-alpine3.21, 8.1.32-alpine, 8.1.32-alpine3.21, 8.1.32-cli-alpine, 8.1.32-cli-alpine3.21

    Refresh base image

    Rebuild the image using a newer base image version. Updating this may result in breaking changes.

    ✅ This image version is up to date.

    Change base image

    TagDetailsPushedVulnerabilities
    8.4-alpine3.21
    Minor runtime version update
    Also known as:
    • 8.4.8-cli-alpine3.21
    • 8-cli-alpine3.21
    • cli-alpine3.21
    • alpine3.21
    • 8-alpine3.21
    Benefits:
    • Same OS detected
    • Minor runtime version update
    • Tag was pushed more recently
    • Image has similar size
    • Image introduces no new vulnerability but removes 4
    • Image contains equal number of packages
    Image details:
    • Size: 42 MB
    • Flavor: alpine
    • OS: 3.21
    • Runtime: 8.4
    1 week ago



    8.3-alpine3.21
    Minor runtime version update
    Also known as:
    • 8.3.22-cli-alpine3.21
    • 8.3-cli-alpine3.21
    • 8.3.22-alpine3.21
    Benefits:
    • Same OS detected
    • Minor runtime version update
    • Tag was pushed more recently
    • Image has similar size
    • Image introduces no new vulnerability but removes 4
    • Image contains equal number of packages
    Image details:
    • Size: 37 MB
    • Flavor: alpine
    • OS: 3.21
    • Runtime: 8.3.22
    1 week ago



    8.2-alpine3.21
    Minor runtime version update
    Also known as:
    • 8.2.28-cli-alpine3.21
    • 8.2-cli-alpine3.21
    • 8.2.28-alpine3.21
    Benefits:
    • Same OS detected
    • Minor runtime version update
    • Tag was pushed more recently
    • Image has similar size
    • Image has same number of vulnerabilities
    • Image contains equal number of packages
    Image details:
    • Size: 36 MB
    • Flavor: alpine
    • OS: 3.21
    • Runtime: 8.2.28
    3 months ago



    8.1-alpine3.22
    Patch runtime version update
    Also known as:
    • 8.1.32-cli-alpine3.22
    • 8.1-cli-alpine3.22
    • 8.1.32-alpine3.22
    Benefits:
    • Patch runtime version update
    • Same OS detected
    • Tag was pushed more recently
    • Image has similar size
    • Image introduces no new vulnerability but removes 4
    Image details:
    • Size: 36 MB
    • Flavor: alpine
    • OS: 3.22
    • Runtime: 8.1.32
    1 week ago



    8.4-alpine
    Minor runtime version update
    Also known as:
    • 8.4.8-cli-alpine
    • 8.4.8-cli-alpine3.22
    • 8.4-cli-alpine
    • 8.4-cli-alpine3.22
    • 8-cli-alpine
    • 8-cli-alpine3.22
    • cli-alpine
    • cli-alpine3.22
    • alpine
    • alpine3.22
    • 8.4.8-alpine
    • 8.4.8-alpine3.22
    • 8.4-alpine3.22
    • 8-alpine
    • 8-alpine3.22
    Benefits:
    • Same OS detected
    • Minor runtime version update
    • Tag was pushed more recently
    • Image has similar size
    • Image introduces no new vulnerability but removes 4
    Image details:
    • Size: 42 MB
    • Flavor: alpine
    • OS: 3.22
    • Runtime: 8.4.8
    1 week ago



    8.3-alpine
    Minor runtime version update
    Also known as:
    • 8.3.22-cli-alpine
    • 8.3.22-cli-alpine3.22
    • 8.3-cli-alpine
    • 8.3-cli-alpine3.22
    • 8.3.22-alpine
    • 8.3.22-alpine3.22
    • 8.3-alpine3.22
    Benefits:
    • Same OS detected
    • Minor runtime version update
    • Tag was pushed more recently
    • Image has similar size
    • Image introduces no new vulnerability but removes 4
    Image details:
    • Size: 37 MB
    • Flavor: alpine
    • OS: 3.22
    • Runtime: 8.3.22
    1 week ago



    8.2-alpine
    Minor runtime version update
    Also known as:
    • 8.2.28-cli-alpine
    • 8.2.28-cli-alpine3.22
    • 8.2-cli-alpine
    • 8.2-cli-alpine3.22
    • 8.2.28-alpine
    • 8.2.28-alpine3.22
    • 8.2-alpine3.22
    Benefits:
    • Same OS detected
    • Minor runtime version update
    • Tag was pushed more recently
    • Image has similar size
    • Image introduces no new vulnerability but removes 4
    • 8.2-alpine was pulled 1.8K times last month
    Image details:
    • Size: 36 MB
    • Flavor: alpine
    • OS: 3.22
    • Runtime: 8.2.28
    1 week ago



    Copy link

    github-actions bot commented Jun 17, 2025

    Outdated

    🔍 Vulnerabilities of wayofdev/php-base:latest

    📦 Image Reference wayofdev/php-base:latest
    digestsha256:b9b0c2741aee8718dd3c6d44ca8c35e7aa0ae46361019c715e4586659cc607bf
    vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0
    platformlinux/amd64
    size100 MB
    packages158
    📦 Base Image php:8-alpine
    also known as
    • 8-alpine3.22
    • 8-cli-alpine
    • 8-cli-alpine3.22
    • 8.4-alpine
    • 8.4-alpine3.22
    • 8.4-cli-alpine
    • 8.4-cli-alpine3.22
    • 8.4.8-alpine
    • 8.4.8-alpine3.22
    • 8.4.8-cli-alpine
    • 8.4.8-cli-alpine3.22
    • alpine
    • alpine3.22
    • cli-alpine
    • cli-alpine3.22
    digestsha256:8ae901385b46443dc59b7dea20c700dbc68e8d1e42d025c335029b09c35c33c2
    vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0

    Copy link

    github-actions bot commented Jun 17, 2025

    Outdated

    🔍 Vulnerabilities of wayofdev/php-base:latest

    📦 Image Reference wayofdev/php-base:latest
    digestsha256:6964023d7e40f3d26f292b43a06af51d0819591a27b6b3cab09e12d17c84d71a
    vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0
    platformlinux/amd64
    size76 MB
    packages120
    📦 Base Image php:8.3-alpine
    also known as
    • 8.3-alpine3.22
    • 8.3-cli-alpine
    • 8.3-cli-alpine3.22
    • 8.3.22-alpine
    • 8.3.22-alpine3.22
    • 8.3.22-cli-alpine
    • 8.3.22-cli-alpine3.22
    digestsha256:2891010783a71c4e3fe6af0dbf08e5d7e3eabe1055c69d6006d9bb0363ab7961
    vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0

    Copy link

    github-actions bot commented Jun 17, 2025

    Outdated

    🔍 Vulnerabilities of wayofdev/php-base:latest

    📦 Image Reference wayofdev/php-base:latest
    digestsha256:c83c827d5f4c455ecfa05c9b9c372135a6ac37a781990cc1de0d4586a48806c0
    vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0
    platformlinux/amd64
    size71 MB
    packages121
    📦 Base Image php:8.3-fpm-alpine
    also known as
    • 8.3-fpm-alpine3.22
    • 8.3.22-fpm-alpine
    • 8.3.22-fpm-alpine3.22
    digestsha256:2895cabe974eb03fbdb77aa019d52a5b6b18f745ac2837dea33603e8a2c10d88
    vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0

    Copy link

    github-actions bot commented Jun 17, 2025

    Outdated

    🔍 Vulnerabilities of wayofdev/php-base:latest

    📦 Image Reference wayofdev/php-base:latest
    digestsha256:e6c9463f35a78bec5374db975be628bb5f472795500644ad5e4bfb8ec2018020
    vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0
    platformlinux/amd64
    size94 MB
    packages158
    📦 Base Image php:8.2-alpine
    also known as
    • 8.2-alpine3.22
    • 8.2-cli-alpine
    • 8.2-cli-alpine3.22
    • 8.2.28-alpine
    • 8.2.28-alpine3.22
    • 8.2.28-cli-alpine
    • 8.2.28-cli-alpine3.22
    digestsha256:2d7ae327714a2b6ff4041298d473a32b9bcce675db28030df735818ed68b1be7
    vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0

    Copy link

    github-actions bot commented Jun 17, 2025

    Outdated

    🔍 Vulnerabilities of wayofdev/php-base:latest

    📦 Image Reference wayofdev/php-base:latest
    digestsha256:9a48b4f58ec19a473123664d47bb477b6a22d964765cea9591d388bd70223391
    vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0
    platformlinux/amd64
    size81 MB
    packages120
    📦 Base Image php:8-alpine
    also known as
    • 8-alpine3.22
    • 8-cli-alpine
    • 8-cli-alpine3.22
    • 8.4-alpine
    • 8.4-alpine3.22
    • 8.4-cli-alpine
    • 8.4-cli-alpine3.22
    • 8.4.8-alpine
    • 8.4.8-alpine3.22
    • 8.4.8-cli-alpine
    • 8.4.8-cli-alpine3.22
    • alpine
    • alpine3.22
    • cli-alpine
    • cli-alpine3.22
    digestsha256:8ae901385b46443dc59b7dea20c700dbc68e8d1e42d025c335029b09c35c33c2
    vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0

    Copy link

    github-actions bot commented Jun 17, 2025

    Outdated

    Recommended fixes for image wayofdev/php-base:latest

    Base image is php:8.3-alpine

    Name8.3.22-alpine3.22
    Digestsha256:2891010783a71c4e3fe6af0dbf08e5d7e3eabe1055c69d6006d9bb0363ab7961
    Vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0
    Pushed1 week ago
    Size37 MB
    Packages60
    Flavoralpine
    OS3.22
    Runtime8.3.22
    The base image is also available under the supported tag(s): 8.3-alpine3.22, 8.3-cli-alpine, 8.3-cli-alpine3.22, 8.3.22-alpine, 8.3.22-alpine3.22, 8.3.22-cli-alpine, 8.3.22-cli-alpine3.22

    Refresh base image

    Rebuild the image using a newer base image version. Updating this may result in breaking changes.

    ✅ This image version is up to date.

    Change base image

    TagDetailsPushedVulnerabilities
    8.4-alpine
    Minor runtime version update
    Also known as:
    • 8.4.8-cli-alpine
    • 8.4.8-cli-alpine3.22
    • 8.4-cli-alpine
    • 8.4-cli-alpine3.22
    • 8-cli-alpine
    • 8-cli-alpine3.22
    • cli-alpine
    • cli-alpine3.22
    • alpine
    • alpine3.22
    • 8.4.8-alpine
    • 8.4.8-alpine3.22
    • 8.4-alpine3.22
    • 8-alpine
    • 8-alpine3.22
    Benefits:
    • Same OS detected
    • Minor runtime version update
    • Image has similar size
    • Image has same number of vulnerabilities
    • Image contains equal number of packages
    Image details:
    • Size: 42 MB
    • Flavor: alpine
    • OS: 3.22
    • Runtime: 8.4.8
    1 week ago



    Copy link

    github-actions bot commented Jun 17, 2025

    Outdated

    Recommended fixes for image wayofdev/php-base:latest

    Base image is php:8-alpine

    Name8.4.8-alpine3.22
    Digestsha256:8ae901385b46443dc59b7dea20c700dbc68e8d1e42d025c335029b09c35c33c2
    Vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0
    Pushed1 week ago
    Size42 MB
    Packages60
    Flavoralpine
    OS3.22
    Runtime8.4.8
    The base image is also available under the supported tag(s): 8-alpine3.22, 8-cli-alpine, 8-cli-alpine3.22, 8.4-alpine, 8.4-alpine3.22, 8.4-cli-alpine, 8.4-cli-alpine3.22, 8.4.8-alpine, 8.4.8-alpine3.22, 8.4.8-cli-alpine, 8.4.8-cli-alpine3.22, alpine, alpine3.22, cli-alpine, cli-alpine3.22

    Refresh base image

    Rebuild the image using a newer base image version. Updating this may result in breaking changes.

    ✅ This image version is up to date.

    Change base image

    ✅ There are no tag recommendations at this time.

    Copy link

    github-actions bot commented Jun 17, 2025

    Outdated

    🔍 Vulnerabilities of wayofdev/php-base:latest

    📦 Image Reference wayofdev/php-base:latest
    digestsha256:cab213bd91769c40da9017194cc67cc5761b5a602771cd589bba7b1babe71014
    vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0
    platformlinux/amd64
    size70 MB
    packages121
    📦 Base Image php:8.2-fpm-alpine
    also known as
    • 8.2-fpm-alpine3.22
    • 8.2.28-fpm-alpine
    • 8.2.28-fpm-alpine3.22
    digestsha256:1a30bfabe4c99f09227f38c8821d19f6e16702a81ceda26c0d8c929086ed4fb7
    vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0

    Copy link

    github-actions bot commented Jun 17, 2025

    Outdated

    Recommended fixes for image wayofdev/php-base:latest

    Base image is php:8-alpine

    Name8.4.8-alpine3.22
    Digestsha256:8ae901385b46443dc59b7dea20c700dbc68e8d1e42d025c335029b09c35c33c2
    Vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0
    Pushed1 week ago
    Size42 MB
    Packages60
    Flavoralpine
    OS3.22
    Runtime8.4.8
    The base image is also available under the supported tag(s): 8-alpine3.22, 8-cli-alpine, 8-cli-alpine3.22, 8.4-alpine, 8.4-alpine3.22, 8.4-cli-alpine, 8.4-cli-alpine3.22, 8.4.8-alpine, 8.4.8-alpine3.22, 8.4.8-cli-alpine, 8.4.8-cli-alpine3.22, alpine, alpine3.22, cli-alpine, cli-alpine3.22

    Refresh base image

    Rebuild the image using a newer base image version. Updating this may result in breaking changes.

    ✅ This image version is up to date.

    Change base image

    ✅ There are no tag recommendations at this time.

    Copy link

    github-actions bot commented Jun 17, 2025

    Outdated

    Recommended fixes for image wayofdev/php-base:latest

    Base image is php:8.2-alpine

    Name8.2.28-alpine3.22
    Digestsha256:2d7ae327714a2b6ff4041298d473a32b9bcce675db28030df735818ed68b1be7
    Vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0
    Pushed1 week ago
    Size36 MB
    Packages60
    Flavoralpine
    OS3.22
    Runtime8.2.28
    The base image is also available under the supported tag(s): 8.2-alpine3.22, 8.2-cli-alpine, 8.2-cli-alpine3.22, 8.2.28-alpine, 8.2.28-alpine3.22, 8.2.28-cli-alpine, 8.2.28-cli-alpine3.22

    Refresh base image

    Rebuild the image using a newer base image version. Updating this may result in breaking changes.

    ✅ This image version is up to date.

    Change base image

    TagDetailsPushedVulnerabilities
    8.4-alpine
    Minor runtime version update
    Also known as:
    • 8.4.8-cli-alpine
    • 8.4.8-cli-alpine3.22
    • 8.4-cli-alpine
    • 8.4-cli-alpine3.22
    • 8-cli-alpine
    • 8-cli-alpine3.22
    • cli-alpine
    • cli-alpine3.22
    • alpine
    • alpine3.22
    • 8.4.8-alpine
    • 8.4.8-alpine3.22
    • 8.4-alpine3.22
    • 8-alpine
    • 8-alpine3.22
    Benefits:
    • Same OS detected
    • Minor runtime version update
    • Image has similar size
    • Image has same number of vulnerabilities
    • Image contains equal number of packages
    Image details:
    • Size: 42 MB
    • Flavor: alpine
    • OS: 3.22
    • Runtime: 8.4.8
    1 week ago



    8.3-alpine
    Minor runtime version update
    Also known as:
    • 8.3.22-cli-alpine
    • 8.3.22-cli-alpine3.22
    • 8.3-cli-alpine
    • 8.3-cli-alpine3.22
    • 8.3.22-alpine
    • 8.3.22-alpine3.22
    • 8.3-alpine3.22
    Benefits:
    • Same OS detected
    • Minor runtime version update
    • Image has similar size
    • Image has same number of vulnerabilities
    • Image contains equal number of packages
    Image details:
    • Size: 37 MB
    • Flavor: alpine
    • OS: 3.22
    • Runtime: 8.3.22
    1 week ago



    Copy link

    github-actions bot commented Jun 17, 2025

    Outdated

    Recommended fixes for image wayofdev/php-base:latest

    Base image is php:8.3-fpm-alpine

    Name8.3.22-fpm-alpine3.22
    Digestsha256:2895cabe974eb03fbdb77aa019d52a5b6b18f745ac2837dea33603e8a2c10d88
    Vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0
    Pushed1 week ago
    Size33 MB
    Packages61
    Flavoralpine
    OS3.22
    Runtime8.3.22
    The base image is also available under the supported tag(s): 8.3-fpm-alpine3.22, 8.3.22-fpm-alpine, 8.3.22-fpm-alpine3.22

    Refresh base image

    Rebuild the image using a newer base image version. Updating this may result in breaking changes.

    ✅ This image version is up to date.

    Change base image

    TagDetailsPushedVulnerabilities
    8.4-fpm-alpine
    Image has same number of vulnerabilities
    Also known as:
    • 8.4.8-fpm-alpine
    • 8.4.8-fpm-alpine3.22
    • 8.4-fpm-alpine3.22
    • 8-fpm-alpine
    • 8-fpm-alpine3.22
    • fpm-alpine
    • fpm-alpine3.22
    Benefits:
    • Same OS detected
    • Image has similar size
    • Image has same number of vulnerabilities
    • Image contains equal number of packages
    Image details:
    • Size: 37 MB
    • Flavor: alpine
    • OS: 3.22
    1 week ago



    Copy link

    github-actions bot commented Jun 17, 2025

    Outdated

    Recommended fixes for image wayofdev/php-base:latest

    Base image is php:8.2-fpm-alpine

    Name8.2.28-fpm-alpine3.22
    Digestsha256:1a30bfabe4c99f09227f38c8821d19f6e16702a81ceda26c0d8c929086ed4fb7
    Vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0
    Pushed1 week ago
    Size32 MB
    Packages61
    Flavoralpine
    OS3.22
    Runtime8.2.28
    The base image is also available under the supported tag(s): 8.2-fpm-alpine3.22, 8.2.28-fpm-alpine, 8.2.28-fpm-alpine3.22

    Refresh base image

    Rebuild the image using a newer base image version. Updating this may result in breaking changes.

    ✅ This image version is up to date.

    Change base image

    TagDetailsPushedVulnerabilities
    8.3-fpm-alpine
    Minor runtime version update
    Also known as:
    • 8.3.22-fpm-alpine
    • 8.3.22-fpm-alpine3.22
    • 8.3-fpm-alpine3.22
    Benefits:
    • Same OS detected
    • Minor runtime version update
    • Image has similar size
    • Image has same number of vulnerabilities
    • Image contains equal number of packages
    Image details:
    • Size: 33 MB
    • Flavor: alpine
    • OS: 3.22
    • Runtime: 8.3.22
    1 week ago



    8.4-fpm-alpine
    Image has same number of vulnerabilities
    Also known as:
    • 8.4.8-fpm-alpine
    • 8.4.8-fpm-alpine3.22
    • 8.4-fpm-alpine3.22
    • 8-fpm-alpine
    • 8-fpm-alpine3.22
    • fpm-alpine
    • fpm-alpine3.22
    Benefits:
    • Same OS detected
    • Image has similar size
    • Image has same number of vulnerabilities
    • Image contains equal number of packages
    Image details:
    • Size: 37 MB
    • Flavor: alpine
    • OS: 3.22
    1 week ago



    @renovate renovate bot changed the title deps(deps): update ansible/ansible-lint action to v25.6.0 deps(deps): update ansible/ansible-lint action to v25.6.1 Jun 19, 2025
    @renovate renovate bot force-pushed the renovate/ansible-ansible-lint-25.x branch from 897b0b3 to e07f62f Compare June 19, 2025 11:34
    Copy link

    github-actions bot commented Jun 19, 2025

    Outdated

    🔍 Vulnerabilities of wayofdev/php-base:latest

    📦 Image Reference wayofdev/php-base:latest
    digestsha256:2e4b0a65bf28b07d9891d3506009badafcb1a35a930cca24ae9ab9fa22b7be8c
    vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0
    platformlinux/amd64
    size76 MB
    packages120
    📦 Base Image php:8.3-alpine
    also known as
    • 8.3-alpine3.22
    • 8.3-cli-alpine
    • 8.3-cli-alpine3.22
    • 8.3.22-alpine
    • 8.3.22-alpine3.22
    • 8.3.22-cli-alpine
    • 8.3.22-cli-alpine3.22
    digestsha256:2891010783a71c4e3fe6af0dbf08e5d7e3eabe1055c69d6006d9bb0363ab7961
    vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0

    Copy link

    github-actions bot commented Jun 19, 2025

    Outdated

    🔍 Vulnerabilities of wayofdev/php-base:latest

    📦 Image Reference wayofdev/php-base:latest
    digestsha256:62774b9c3ccddd30abcb55c26e4d888b7027e004e7a595dcaf43c48858d8a5e0
    vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0
    platformlinux/amd64
    size100 MB
    packages158
    📦 Base Image php:8-alpine
    also known as
    • 8-alpine3.22
    • 8-cli-alpine
    • 8-cli-alpine3.22
    • 8.4-alpine
    • 8.4-alpine3.22
    • 8.4-cli-alpine
    • 8.4-cli-alpine3.22
    • 8.4.8-alpine
    • 8.4.8-alpine3.22
    • 8.4.8-cli-alpine
    • 8.4.8-cli-alpine3.22
    • alpine
    • alpine3.22
    • cli-alpine
    • cli-alpine3.22
    digestsha256:8ae901385b46443dc59b7dea20c700dbc68e8d1e42d025c335029b09c35c33c2
    vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0

    Copy link

    github-actions bot commented Jun 19, 2025

    Outdated

    🔍 Vulnerabilities of wayofdev/php-base:latest

    📦 Image Reference wayofdev/php-base:latest
    digestsha256:45e9ed09e8915f8082768d70e3c68e1c0dcb256026cd6270ebefb28e16864ede
    vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0
    platformlinux/amd64
    size75 MB
    packages120
    📦 Base Image php:8.2-alpine
    also known as
    • 8.2-alpine3.22
    • 8.2-cli-alpine
    • 8.2-cli-alpine3.22
    • 8.2.28-alpine
    • 8.2.28-alpine3.22
    • 8.2.28-cli-alpine
    • 8.2.28-cli-alpine3.22
    digestsha256:2d7ae327714a2b6ff4041298d473a32b9bcce675db28030df735818ed68b1be7
    vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0

    Copy link

    github-actions bot commented Jun 19, 2025

    Outdated

    🔍 Vulnerabilities of wayofdev/php-base:latest

    📦 Image Reference wayofdev/php-base:latest
    digestsha256:94b78b875512863b65f9bec70b90c596d97d9e61dd4647e4d53be03bf61fd781
    vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0
    platformlinux/amd64
    size75 MB
    packages121
    📦 Base Image php:8-fpm-alpine
    also known as
    • 8-fpm-alpine3.22
    • 8.4-fpm-alpine
    • 8.4-fpm-alpine3.22
    • 8.4.8-fpm-alpine
    • 8.4.8-fpm-alpine3.22
    • fpm-alpine
    • fpm-alpine3.22
    digestsha256:bc12bbfaf3d00edcc78c086423804b91071d64ee3c34511f0d8f5cea778f7daf
    vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0

    Copy link

    github-actions bot commented Jun 19, 2025

    Outdated

    Recommended fixes for image wayofdev/php-base:latest

    Base image is php:8.3-alpine

    Name8.3.22-alpine3.22
    Digestsha256:2891010783a71c4e3fe6af0dbf08e5d7e3eabe1055c69d6006d9bb0363ab7961
    Vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0
    Pushed1 week ago
    Size37 MB
    Packages60
    Flavoralpine
    OS3.22
    Runtime8.3.22
    The base image is also available under the supported tag(s): 8.3-alpine3.22, 8.3-cli-alpine, 8.3-cli-alpine3.22, 8.3.22-alpine, 8.3.22-alpine3.22, 8.3.22-cli-alpine, 8.3.22-cli-alpine3.22

    Refresh base image

    Rebuild the image using a newer base image version. Updating this may result in breaking changes.

    ✅ This image version is up to date.

    Change base image

    TagDetailsPushedVulnerabilities
    8.4-alpine
    Minor runtime version update
    Also known as:
    • 8.4.8-cli-alpine
    • 8.4.8-cli-alpine3.22
    • 8.4-cli-alpine
    • 8.4-cli-alpine3.22
    • 8-cli-alpine
    • 8-cli-alpine3.22
    • cli-alpine
    • cli-alpine3.22
    • alpine
    • alpine3.22
    • 8.4.8-alpine
    • 8.4.8-alpine3.22
    • 8.4-alpine3.22
    • 8-alpine
    • 8-alpine3.22
    Benefits:
    • Same OS detected
    • Minor runtime version update
    • Image has similar size
    • Image has same number of vulnerabilities
    • Image contains equal number of packages
    Image details:
    • Size: 42 MB
    • Flavor: alpine
    • OS: 3.22
    • Runtime: 8.4.8
    1 week ago



    Copy link

    github-actions bot commented Jun 19, 2025

    Outdated

    🔍 Vulnerabilities of wayofdev/php-base:latest

    📦 Image Reference wayofdev/php-base:latest
    digestsha256:7c8f3a74df8620e3c7ffb2c037ccf1617b7d870e37b1aa71ada34fd6f8a02b45
    vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0
    platformlinux/amd64
    size70 MB
    packages121
    📦 Base Image php:8.2-fpm-alpine
    also known as
    • 8.2-fpm-alpine3.22
    • 8.2.28-fpm-alpine
    • 8.2.28-fpm-alpine3.22
    digestsha256:1a30bfabe4c99f09227f38c8821d19f6e16702a81ceda26c0d8c929086ed4fb7
    vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0

    Copy link

    github-actions bot commented Jun 19, 2025

    Outdated

    🔍 Vulnerabilities of wayofdev/php-base:latest

    📦 Image Reference wayofdev/php-base:latest
    digestsha256:14855033d0a119216f0d70f4542ca8ffe5fc32c00fa4b33aa99b4f7205023c8b
    vulnerabilitiescritical: 0 high: 1 medium: 0 low: 0
    platformlinux/amd64
    size93 MB
    packages139
    📦 Base Image php:53a4f6c5bdf2c0213cb7293bc9da263feaa0ea41955f71bc1de2465f801efff9
    also known as
    • 8.1-alpine
    • 8.1-alpine3.21
    • 8.1-cli-alpine
    • 8.1-cli-alpine3.21
    • 8.1.32-alpine
    • 8.1.32-alpine3.21
    • 8.1.32-cli-alpine
    • 8.1.32-cli-alpine3.21
    digestsha256:05dee9cd87b825cb096751fef4d1d017e3a1eb069af80cf63ea97c0923ecab4b
    vulnerabilitiescritical: 0 high: 2 medium: 1 low: 1
    critical: 0 high: 1 medium: 0 low: 0 setuptools 70.3.0 (pypi)

    pkg:pypi/[email protected]

    high 7.7: CVE--2025--47273 Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

    Affected range<78.1.1
    Fixed version78.1.1
    CVSS Score7.7
    CVSS VectorCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N/E:P
    EPSS Score0.120%
    EPSS Percentile32nd percentile
    Description

    Summary

    A path traversal vulnerability in PackageIndex was fixed in setuptools version 78.1.1

    Details

        def _download_url(self, url, tmpdir):
            # Determine download filename
            #
            name, _fragment = egg_info_for_url(url)
            if name:
                while '..' in name:
                    name = name.replace('..', '.').replace('\\', '_')
            else:
                name = "__downloaded__"  # default if URL has no path contents
    
            if name.endswith('.[egg.zip](http://egg.zip/)'):
                name = name[:-4]  # strip the extra .zip before download
    
     -->       filename = os.path.join(tmpdir, name)
    

    Here: https://github.com/pypa/setuptools/blob/6ead555c5fb29bc57fe6105b1bffc163f56fd558/setuptools/package_index.py#L810C1-L825C88

    os.path.join() discards the first argument tmpdir if the second begins with a slash or drive letter.
    name is derived from a URL without sufficient sanitization. While there is some attempt to sanitize by replacing instances of '..' with '.', it is insufficient.

    Risk Assessment

    As easy_install and package_index are deprecated, the exploitation surface is reduced.
    However, it seems this could be exploited in a similar fashion like GHSA-r9hx-vwmv-q579, and as described by POC 4 in GHSA-cx63-2mw6-8hw5 report: via malicious URLs present on the pages of a package index.

    Impact

    An attacker would be allowed to write files to arbitrary locations on the filesystem with the permissions of the process running the Python code, which could escalate to RCE depending on the context.

    References

    https://huntr.com/bounties/d6362117-ad57-4e83-951f-b8141c6e7ca5
    pypa/setuptools#4946

    Copy link

    github-actions bot commented Jun 19, 2025

    Outdated

    Recommended fixes for image wayofdev/php-base:latest

    Base image is php:8.2-alpine

    Name8.2.28-alpine3.22
    Digestsha256:2d7ae327714a2b6ff4041298d473a32b9bcce675db28030df735818ed68b1be7
    Vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0
    Pushed1 week ago
    Size36 MB
    Packages60
    Flavoralpine
    OS3.22
    Runtime8.2.28
    The base image is also available under the supported tag(s): 8.2-alpine3.22, 8.2-cli-alpine, 8.2-cli-alpine3.22, 8.2.28-alpine, 8.2.28-alpine3.22, 8.2.28-cli-alpine, 8.2.28-cli-alpine3.22

    Refresh base image

    Rebuild the image using a newer base image version. Updating this may result in breaking changes.

    ✅ This image version is up to date.

    Change base image

    TagDetailsPushedVulnerabilities
    8.4-alpine
    Minor runtime version update
    Also known as:
    • 8.4.8-cli-alpine
    • 8.4.8-cli-alpine3.22
    • 8.4-cli-alpine
    • 8.4-cli-alpine3.22
    • 8-cli-alpine
    • 8-cli-alpine3.22
    • cli-alpine
    • cli-alpine3.22
    • alpine
    • alpine3.22
    • 8.4.8-alpine
    • 8.4.8-alpine3.22
    • 8.4-alpine3.22
    • 8-alpine
    • 8-alpine3.22
    Benefits:
    • Same OS detected
    • Minor runtime version update
    • Image has similar size
    • Image has same number of vulnerabilities
    • Image contains equal number of packages
    Image details:
    • Size: 42 MB
    • Flavor: alpine
    • OS: 3.22
    • Runtime: 8.4.8
    1 week ago



    8.3-alpine
    Minor runtime version update
    Also known as:
    • 8.3.22-cli-alpine
    • 8.3.22-cli-alpine3.22
    • 8.3-cli-alpine
    • 8.3-cli-alpine3.22
    • 8.3.22-alpine
    • 8.3.22-alpine3.22
    • 8.3-alpine3.22
    Benefits:
    • Same OS detected
    • Minor runtime version update
    • Image has similar size
    • Image has same number of vulnerabilities
    • Image contains equal number of packages
    Image details:
    • Size: 37 MB
    • Flavor: alpine
    • OS: 3.22
    • Runtime: 8.3.22
    1 week ago



    Copy link

    github-actions bot commented Jun 19, 2025

    Outdated

    🔍 Vulnerabilities of wayofdev/php-base:latest

    📦 Image Reference wayofdev/php-base:latest
    digestsha256:afb6b7683daccf711b0dce7a8d24426cde5d64628d4c6c0db4391643a8043d60
    vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0
    platformlinux/amd64
    size95 MB
    packages158
    📦 Base Image php:8.3-alpine
    also known as
    • 8.3-alpine3.22
    • 8.3-cli-alpine
    • 8.3-cli-alpine3.22
    • 8.3.22-alpine
    • 8.3.22-alpine3.22
    • 8.3.22-cli-alpine
    • 8.3.22-cli-alpine3.22
    digestsha256:2891010783a71c4e3fe6af0dbf08e5d7e3eabe1055c69d6006d9bb0363ab7961
    vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0

    Copy link

    github-actions bot commented Jun 19, 2025

    Outdated

    Recommended fixes for image wayofdev/php-base:latest

    Base image is php:8-fpm-alpine

    Namefpm-alpine3.22
    Digestsha256:bc12bbfaf3d00edcc78c086423804b91071d64ee3c34511f0d8f5cea778f7daf
    Vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0
    Pushed1 week ago
    Size37 MB
    Packages61
    Flavoralpine
    OS3.22
    The base image is also available under the supported tag(s): 8-fpm-alpine3.22, 8.4-fpm-alpine, 8.4-fpm-alpine3.22, 8.4.8-fpm-alpine, 8.4.8-fpm-alpine3.22, fpm-alpine, fpm-alpine3.22

    Refresh base image

    Rebuild the image using a newer base image version. Updating this may result in breaking changes.

    ✅ This image version is up to date.

    Change base image

    TagDetailsPushedVulnerabilities
    8.3-fpm-alpine
    Minor runtime version update
    Also known as:
    • 8.3.22-fpm-alpine
    • 8.3.22-fpm-alpine3.22
    • 8.3-fpm-alpine3.22
    Benefits:
    • Same OS detected
    • Minor runtime version update
    • Image is smaller by 3.3 MB
    • Image has same number of vulnerabilities
    • Image contains equal number of packages
    Image details:
    • Size: 33 MB
    • Flavor: alpine
    • OS: 3.22
    • Runtime: 8.3.22
    1 week ago



    8.2-fpm-alpine
    Minor runtime version update
    Also known as:
    • 8.2.28-fpm-alpine
    • 8.2.28-fpm-alpine3.22
    • 8.2-fpm-alpine3.22
    Benefits:
    • Same OS detected
    • Minor runtime version update
    • Image is smaller by 4.0 MB
    • Image has same number of vulnerabilities
    • Image contains equal number of packages
    • 8.2-fpm-alpine was pulled 4.1K times last month
    Image details:
    • Size: 32 MB
    • Flavor: alpine
    • OS: 3.22
    • Runtime: 8.2.28
    1 week ago



    8.1-fpm-alpine3.22
    Minor runtime version update
    Also known as:
    • 8.1.32-fpm-alpine3.22
    Benefits:
    • Same OS detected
    • Minor runtime version update
    • Image is smaller by 4.5 MB
    • Image has same number of vulnerabilities
    • Image contains equal number of packages
    Image details:
    • Size: 32 MB
    • Flavor: alpine
    • OS: 3.22
    • Runtime: 8.1.32
    1 week ago



    Copy link

    github-actions bot commented Jun 19, 2025

    Outdated

    Recommended fixes for image wayofdev/php-base:latest

    Base image is php:8-alpine

    Name8.4.8-alpine3.22
    Digestsha256:8ae901385b46443dc59b7dea20c700dbc68e8d1e42d025c335029b09c35c33c2
    Vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0
    Pushed1 week ago
    Size42 MB
    Packages60
    Flavoralpine
    OS3.22
    Runtime8.4.8
    The base image is also available under the supported tag(s): 8-alpine3.22, 8-cli-alpine, 8-cli-alpine3.22, 8.4-alpine, 8.4-alpine3.22, 8.4-cli-alpine, 8.4-cli-alpine3.22, 8.4.8-alpine, 8.4.8-alpine3.22, 8.4.8-cli-alpine, 8.4.8-cli-alpine3.22, alpine, alpine3.22, cli-alpine, cli-alpine3.22

    Refresh base image

    Rebuild the image using a newer base image version. Updating this may result in breaking changes.

    ✅ This image version is up to date.

    Change base image

    ✅ There are no tag recommendations at this time.

    Copy link

    github-actions bot commented Jun 19, 2025

    Outdated

    Recommended fixes for image wayofdev/php-base:latest

    Base image is php:8.2-fpm-alpine

    Name8.2.28-fpm-alpine3.22
    Digestsha256:1a30bfabe4c99f09227f38c8821d19f6e16702a81ceda26c0d8c929086ed4fb7
    Vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0
    Pushed1 week ago
    Size32 MB
    Packages61
    Flavoralpine
    OS3.22
    Runtime8.2.28
    The base image is also available under the supported tag(s): 8.2-fpm-alpine3.22, 8.2.28-fpm-alpine, 8.2.28-fpm-alpine3.22

    Refresh base image

    Rebuild the image using a newer base image version. Updating this may result in breaking changes.

    ✅ This image version is up to date.

    Change base image

    TagDetailsPushedVulnerabilities
    8.3-fpm-alpine
    Minor runtime version update
    Also known as:
    • 8.3.22-fpm-alpine
    • 8.3.22-fpm-alpine3.22
    • 8.3-fpm-alpine3.22
    Benefits:
    • Same OS detected
    • Minor runtime version update
    • Image has similar size
    • Image has same number of vulnerabilities
    • Image contains equal number of packages
    Image details:
    • Size: 33 MB
    • Flavor: alpine
    • OS: 3.22
    • Runtime: 8.3.22
    1 week ago



    8.4-fpm-alpine
    Image has same number of vulnerabilities
    Also known as:
    • 8.4.8-fpm-alpine
    • 8.4.8-fpm-alpine3.22
    • 8.4-fpm-alpine3.22
    • 8-fpm-alpine
    • 8-fpm-alpine3.22
    • fpm-alpine
    • fpm-alpine3.22
    Benefits:
    • Same OS detected
    • Image has similar size
    • Image has same number of vulnerabilities
    • Image contains equal number of packages
    Image details:
    • Size: 37 MB
    • Flavor: alpine
    • OS: 3.22
    1 week ago



    Copy link

    github-actions bot commented Jun 19, 2025

    Outdated

    🔍 Vulnerabilities of wayofdev/php-base:latest

    📦 Image Reference wayofdev/php-base:latest
    digestsha256:745febeb95f802ba76362bf98c6456e1df6521451c779a3c32eedebac0b8ed7d
    vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0
    platformlinux/amd64
    size81 MB
    packages120
    📦 Base Image php:8-alpine
    also known as
    • 8-alpine3.22
    • 8-cli-alpine
    • 8-cli-alpine3.22
    • 8.4-alpine
    • 8.4-alpine3.22
    • 8.4-cli-alpine
    • 8.4-cli-alpine3.22
    • 8.4.8-alpine
    • 8.4.8-alpine3.22
    • 8.4.8-cli-alpine
    • 8.4.8-cli-alpine3.22
    • alpine
    • alpine3.22
    • cli-alpine
    • cli-alpine3.22
    digestsha256:8ae901385b46443dc59b7dea20c700dbc68e8d1e42d025c335029b09c35c33c2
    vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0

    Copy link

    github-actions bot commented Jun 19, 2025

    Outdated

    Recommended fixes for image wayofdev/php-base:latest

    Base image is php:8.3-alpine

    Name8.3.22-alpine3.22
    Digestsha256:2891010783a71c4e3fe6af0dbf08e5d7e3eabe1055c69d6006d9bb0363ab7961
    Vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0
    Pushed1 week ago
    Size37 MB
    Packages60
    Flavoralpine
    OS3.22
    Runtime8.3.22
    The base image is also available under the supported tag(s): 8.3-alpine3.22, 8.3-cli-alpine, 8.3-cli-alpine3.22, 8.3.22-alpine, 8.3.22-alpine3.22, 8.3.22-cli-alpine, 8.3.22-cli-alpine3.22

    Refresh base image

    Rebuild the image using a newer base image version. Updating this may result in breaking changes.

    ✅ This image version is up to date.

    Change base image

    TagDetailsPushedVulnerabilities
    8.4-alpine
    Minor runtime version update
    Also known as:
    • 8.4.8-cli-alpine
    • 8.4.8-cli-alpine3.22
    • 8.4-cli-alpine
    • 8.4-cli-alpine3.22
    • 8-cli-alpine
    • 8-cli-alpine3.22
    • cli-alpine
    • cli-alpine3.22
    • alpine
    • alpine3.22
    • 8.4.8-alpine
    • 8.4.8-alpine3.22
    • 8.4-alpine3.22
    • 8-alpine
    • 8-alpine3.22
    Benefits:
    • Same OS detected
    • Minor runtime version update
    • Image has similar size
    • Image has same number of vulnerabilities
    • Image contains equal number of packages
    Image details:
    • Size: 42 MB
    • Flavor: alpine
    • OS: 3.22
    • Runtime: 8.4.8
    1 week ago



    Copy link

    github-actions bot commented Jun 19, 2025

    Outdated

    Recommended fixes for image wayofdev/php-base:latest

    Base image is php:8.1-alpine

    Name8.1.32-alpine3.21
    Digestsha256:05dee9cd87b825cb096751fef4d1d017e3a1eb069af80cf63ea97c0923ecab4b
    Vulnerabilitiescritical: 0 high: 2 medium: 1 low: 1
    Pushed3 months ago
    Size36 MB
    Packages52
    Flavoralpine
    OS3.21
    Runtime8.1.32
    The base image is also available under the supported tag(s): 8.1-alpine3.21, 8.1-cli-alpine, 8.1-cli-alpine3.21, 8.1.32-alpine, 8.1.32-alpine3.21, 8.1.32-cli-alpine, 8.1.32-cli-alpine3.21

    Refresh base image

    Rebuild the image using a newer base image version. Updating this may result in breaking changes.

    ✅ This image version is up to date.

    Change base image

    TagDetailsPushedVulnerabilities
    8.4-alpine3.21
    Minor runtime version update
    Also known as:
    • 8.4.8-cli-alpine3.21
    • 8-cli-alpine3.21
    • cli-alpine3.21
    • alpine3.21
    • 8-alpine3.21
    Benefits:
    • Same OS detected
    • Minor runtime version update
    • Tag was pushed more recently
    • Image has similar size
    • Image introduces no new vulnerability but removes 4
    • Image contains equal number of packages
    Image details:
    • Size: 42 MB
    • Flavor: alpine
    • OS: 3.21
    • Runtime: 8.4
    1 week ago



    8.3-alpine3.21
    Minor runtime version update
    Also known as:
    • 8.3.22-cli-alpine3.21
    • 8.3-cli-alpine3.21
    • 8.3.22-alpine3.21
    Benefits:
    • Same OS detected
    • Minor runtime version update
    • Tag was pushed more recently
    • Image has similar size
    • Image introduces no new vulnerability but removes 4
    • Image contains equal number of packages
    Image details:
    • Size: 37 MB
    • Flavor: alpine
    • OS: 3.21
    • Runtime: 8.3.22
    1 week ago



    8.2-alpine3.21
    Minor runtime version update
    Also known as:
    • 8.2.28-cli-alpine3.21
    • 8.2-cli-alpine3.21
    • 8.2.28-alpine3.21
    Benefits:
    • Same OS detected
    • Minor runtime version update
    • Tag was pushed more recently
    • Image has similar size
    • Image has same number of vulnerabilities
    • Image contains equal number of packages
    Image details:
    • Size: 36 MB
    • Flavor: alpine
    • OS: 3.21
    • Runtime: 8.2.28
    3 months ago



    8.1-alpine3.22
    Patch runtime version update
    Also known as:
    • 8.1.32-cli-alpine3.22
    • 8.1-cli-alpine3.22
    • 8.1.32-alpine3.22
    Benefits:
    • Patch runtime version update
    • Same OS detected
    • Tag was pushed more recently
    • Image has similar size
    • Image introduces no new vulnerability but removes 4
    Image details:
    • Size: 36 MB
    • Flavor: alpine
    • OS: 3.22
    • Runtime: 8.1.32
    1 week ago



    8.4-alpine
    Minor runtime version update
    Also known as:
    • 8.4.8-cli-alpine
    • 8.4.8-cli-alpine3.22
    • 8.4-cli-alpine
    • 8.4-cli-alpine3.22
    • 8-cli-alpine
    • 8-cli-alpine3.22
    • cli-alpine
    • cli-alpine3.22
    • alpine
    • alpine3.22
    • 8.4.8-alpine
    • 8.4.8-alpine3.22
    • 8.4-alpine3.22
    • 8-alpine
    • 8-alpine3.22
    Benefits:
    • Same OS detected
    • Minor runtime version update
    • Tag was pushed more recently
    • Image has similar size
    • Image introduces no new vulnerability but removes 4
    Image details:
    • Size: 42 MB
    • Flavor: alpine
    • OS: 3.22
    • Runtime: 8.4.8
    1 week ago



    8.3-alpine
    Minor runtime version update
    Also known as:
    • 8.3.22-cli-alpine
    • 8.3.22-cli-alpine3.22
    • 8.3-cli-alpine
    • 8.3-cli-alpine3.22
    • 8.3.22-alpine
    • 8.3.22-alpine3.22
    • 8.3-alpine3.22
    Benefits:
    • Same OS detected
    • Minor runtime version update
    • Tag was pushed more recently
    • Image has similar size
    • Image introduces no new vulnerability but removes 4
    Image details:
    • Size: 37 MB
    • Flavor: alpine
    • OS: 3.22
    • Runtime: 8.3.22
    1 week ago



    8.2-alpine
    Minor runtime version update
    Also known as:
    • 8.2.28-cli-alpine
    • 8.2.28-cli-alpine3.22
    • 8.2-cli-alpine
    • 8.2-cli-alpine3.22
    • 8.2.28-alpine
    • 8.2.28-alpine3.22
    • 8.2-alpine3.22
    Benefits:
    • Same OS detected
    • Minor runtime version update
    • Tag was pushed more recently
    • Image has similar size
    • Image introduces no new vulnerability but removes 4
    • 8.2-alpine was pulled 1.8K times last month
    Image details:
    • Size: 36 MB
    • Flavor: alpine
    • OS: 3.22
    • Runtime: 8.2.28
    1 week ago



    Copy link

    github-actions bot commented Jun 19, 2025

    Outdated

    🔍 Vulnerabilities of wayofdev/php-base:latest

    📦 Image Reference wayofdev/php-base:latest
    digestsha256:ec02c7aef97f48cc320c9892db1ecb7c56bf6f2ea59c752cd9a67e6508ebb40f
    vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0
    platformlinux/amd64
    size71 MB
    packages121
    📦 Base Image php:8.3-fpm-alpine
    also known as
    • 8.3-fpm-alpine3.22
    • 8.3.22-fpm-alpine
    • 8.3.22-fpm-alpine3.22
    digestsha256:2895cabe974eb03fbdb77aa019d52a5b6b18f745ac2837dea33603e8a2c10d88
    vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0

    Copy link

    github-actions bot commented Jun 19, 2025

    Outdated

    Recommended fixes for image wayofdev/php-base:latest

    Base image is php:8-alpine

    Name8.4.8-alpine3.22
    Digestsha256:8ae901385b46443dc59b7dea20c700dbc68e8d1e42d025c335029b09c35c33c2
    Vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0
    Pushed1 week ago
    Size42 MB
    Packages60
    Flavoralpine
    OS3.22
    Runtime8.4.8
    The base image is also available under the supported tag(s): 8-alpine3.22, 8-cli-alpine, 8-cli-alpine3.22, 8.4-alpine, 8.4-alpine3.22, 8.4-cli-alpine, 8.4-cli-alpine3.22, 8.4.8-alpine, 8.4.8-alpine3.22, 8.4.8-cli-alpine, 8.4.8-cli-alpine3.22, alpine, alpine3.22, cli-alpine, cli-alpine3.22

    Refresh base image

    Rebuild the image using a newer base image version. Updating this may result in breaking changes.

    ✅ This image version is up to date.

    Change base image

    ✅ There are no tag recommendations at this time.

    Copy link

    github-actions bot commented Jun 19, 2025

    Outdated

    Recommended fixes for image wayofdev/php-base:latest

    Base image is php:8.3-fpm-alpine

    Name8.3.22-fpm-alpine3.22
    Digestsha256:2895cabe974eb03fbdb77aa019d52a5b6b18f745ac2837dea33603e8a2c10d88
    Vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0
    Pushed1 week ago
    Size33 MB
    Packages61
    Flavoralpine
    OS3.22
    Runtime8.3.22
    The base image is also available under the supported tag(s): 8.3-fpm-alpine3.22, 8.3.22-fpm-alpine, 8.3.22-fpm-alpine3.22

    Refresh base image

    Rebuild the image using a newer base image version. Updating this may result in breaking changes.

    ✅ This image version is up to date.

    Change base image

    TagDetailsPushedVulnerabilities
    8.4-fpm-alpine
    Image has same number of vulnerabilities
    Also known as:
    • 8.4.8-fpm-alpine
    • 8.4.8-fpm-alpine3.22
    • 8.4-fpm-alpine3.22
    • 8-fpm-alpine
    • 8-fpm-alpine3.22
    • fpm-alpine
    • fpm-alpine3.22
    Benefits:
    • Same OS detected
    • Image has similar size
    • Image has same number of vulnerabilities
    • Image contains equal number of packages
    Image details:
    • Size: 37 MB
    • Flavor: alpine
    • OS: 3.22
    1 week ago



    Copy link

    github-actions bot commented Jun 19, 2025

    Outdated

    🔍 Vulnerabilities of wayofdev/php-base:latest

    📦 Image Reference wayofdev/php-base:latest
    digestsha256:e82e02f980ead00cea394d6df7007dcce54d5f254336032eb9f156be20b15f47
    vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0
    platformlinux/amd64
    size94 MB
    packages158
    📦 Base Image php:8.2-alpine
    also known as
    • 8.2-alpine3.22
    • 8.2-cli-alpine
    • 8.2-cli-alpine3.22
    • 8.2.28-alpine
    • 8.2.28-alpine3.22
    • 8.2.28-cli-alpine
    • 8.2.28-cli-alpine3.22
    digestsha256:2d7ae327714a2b6ff4041298d473a32b9bcce675db28030df735818ed68b1be7
    vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0

    Copy link

    🔍 Vulnerabilities of wayofdev/php-base:latest

    📦 Image Reference wayofdev/php-base:latest
    digestsha256:54a80614e3e43b69d402d37053bf628d512bd6bcea4a3a4d9a5c8bb190063315
    vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0
    platformlinux/amd64
    size75 MB
    packages118
    📦 Base Image php:53a4f6c5bdf2c0213cb7293bc9da263feaa0ea41955f71bc1de2465f801efff9
    also known as
    • 8.1-alpine
    • 8.1-alpine3.21
    • 8.1-cli-alpine
    • 8.1-cli-alpine3.21
    • 8.1.32-alpine
    • 8.1.32-alpine3.21
    • 8.1.32-cli-alpine
    • 8.1.32-cli-alpine3.21
    digestsha256:05dee9cd87b825cb096751fef4d1d017e3a1eb069af80cf63ea97c0923ecab4b
    vulnerabilitiescritical: 0 high: 2 medium: 1 low: 1

    Copy link

    🔍 Vulnerabilities of wayofdev/php-base:latest

    📦 Image Reference wayofdev/php-base:latest
    digestsha256:2c2b45d39dd5ebb89845abd23866c0ad2b5a2d59dd71e39f9adb1485d49eb526
    vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0
    platformlinux/amd64
    size71 MB
    packages119
    📦 Base Image php:42e8584bcaac5cccda08e770cb32513710f12eb6f8d76dd829150e72ac2bedf0
    also known as
    • 8.1-fpm-alpine
    • 8.1-fpm-alpine3.21
    • 8.1.32-fpm-alpine
    • 8.1.32-fpm-alpine3.21
    digestsha256:e726fe8db6397574e12eb4f7be34f508443217f6396d7573b60e0b84db78c64e
    vulnerabilitiescritical: 0 high: 2 medium: 1 low: 1

    Copy link

    github-actions bot commented Jun 19, 2025

    Outdated

    Recommended fixes for image wayofdev/php-base:latest

    Base image is php:8.2-alpine

    Name8.2.28-alpine3.22
    Digestsha256:2d7ae327714a2b6ff4041298d473a32b9bcce675db28030df735818ed68b1be7
    Vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0
    Pushed1 week ago
    Size36 MB
    Packages60
    Flavoralpine
    OS3.22
    Runtime8.2.28
    The base image is also available under the supported tag(s): 8.2-alpine3.22, 8.2-cli-alpine, 8.2-cli-alpine3.22, 8.2.28-alpine, 8.2.28-alpine3.22, 8.2.28-cli-alpine, 8.2.28-cli-alpine3.22

    Refresh base image

    Rebuild the image using a newer base image version. Updating this may result in breaking changes.

    ✅ This image version is up to date.

    Change base image

    TagDetailsPushedVulnerabilities
    8.4-alpine
    Minor runtime version update
    Also known as:
    • 8.4.8-cli-alpine
    • 8.4.8-cli-alpine3.22
    • 8.4-cli-alpine
    • 8.4-cli-alpine3.22
    • 8-cli-alpine
    • 8-cli-alpine3.22
    • cli-alpine
    • cli-alpine3.22
    • alpine
    • alpine3.22
    • 8.4.8-alpine
    • 8.4.8-alpine3.22
    • 8.4-alpine3.22
    • 8-alpine
    • 8-alpine3.22
    Benefits:
    • Same OS detected
    • Minor runtime version update
    • Image has similar size
    • Image has same number of vulnerabilities
    • Image contains equal number of packages
    Image details:
    • Size: 42 MB
    • Flavor: alpine
    • OS: 3.22
    • Runtime: 8.4.8
    1 week ago



    8.3-alpine
    Minor runtime version update
    Also known as:
    • 8.3.22-cli-alpine
    • 8.3.22-cli-alpine3.22
    • 8.3-cli-alpine
    • 8.3-cli-alpine3.22
    • 8.3.22-alpine
    • 8.3.22-alpine3.22
    • 8.3-alpine3.22
    Benefits:
    • Same OS detected
    • Minor runtime version update
    • Image has similar size
    • Image has same number of vulnerabilities
    • Image contains equal number of packages
    Image details:
    • Size: 37 MB
    • Flavor: alpine
    • OS: 3.22
    • Runtime: 8.3.22
    1 week ago



    Copy link

    Recommended fixes for image wayofdev/php-base:latest

    Base image is php:8.1-fpm-alpine

    Name8.1.32-fpm-alpine3.21
    Digestsha256:e726fe8db6397574e12eb4f7be34f508443217f6396d7573b60e0b84db78c64e
    Vulnerabilitiescritical: 0 high: 2 medium: 1 low: 1
    Pushed3 months ago
    Size32 MB
    Packages53
    Flavoralpine
    OS3.21
    Runtime8.1.32
    The base image is also available under the supported tag(s): 8.1-fpm-alpine3.21, 8.1.32-fpm-alpine, 8.1.32-fpm-alpine3.21

    Refresh base image

    Rebuild the image using a newer base image version. Updating this may result in breaking changes.

    ✅ This image version is up to date.

    Change base image

    TagDetailsPushedVulnerabilities
    8.4-fpm-alpine3.21
    Minor runtime version update
    Also known as:
      Benefits:
      • Same OS detected
      • Minor runtime version update
      • Tag was pushed more recently
      • Image has similar size
      • Image introduces no new vulnerability but removes 2
      • Image contains equal number of packages
      Image details:
      • Size: 36 MB
      • Flavor: alpine
      • OS: 3.21
      • Runtime: 8.4
      1 month ago



      8.3-fpm-alpine3.21
      Minor runtime version update
      Also known as:
      • 8.3.22-fpm-alpine3.21
      Benefits:
      • Same OS detected
      • Minor runtime version update
      • Tag was pushed more recently
      • Image has similar size
      • Image introduces no new vulnerability but removes 4
      • Image contains equal number of packages
      Image details:
      • Size: 33 MB
      • Flavor: alpine
      • OS: 3.21
      • Runtime: 8.3.22
      1 week ago



      8.2-fpm-alpine3.21
      Minor runtime version update
      Also known as:
      • 8.2.28-fpm-alpine3.21
      Benefits:
      • Same OS detected
      • Minor runtime version update
      • Tag was pushed more recently
      • Image has similar size
      • Image has same number of vulnerabilities
      • Image contains equal number of packages
      Image details:
      • Size: 32 MB
      • Flavor: alpine
      • OS: 3.21
      • Runtime: 8.2.28
      3 months ago



      8.1-fpm-alpine3.22
      Patch runtime version update
      Also known as:
      • 8.1.32-fpm-alpine3.22
      Benefits:
      • Patch runtime version update
      • Same OS detected
      • Tag was pushed more recently
      • Image has similar size
      • Image introduces no new vulnerability but removes 4
      Image details:
      • Size: 32 MB
      • Flavor: alpine
      • OS: 3.22
      • Runtime: 8.1.32
      1 week ago



      8.3-fpm-alpine
      Minor runtime version update
      Also known as:
      • 8.3.22-fpm-alpine
      • 8.3.22-fpm-alpine3.22
      • 8.3-fpm-alpine3.22
      Benefits:
      • Same OS detected
      • Minor runtime version update
      • Tag was pushed more recently
      • Image has similar size
      • Image introduces no new vulnerability but removes 4
      Image details:
      • Size: 33 MB
      • Flavor: alpine
      • OS: 3.22
      • Runtime: 8.3.22
      1 week ago



      8.2-fpm-alpine
      Minor runtime version update
      Also known as:
      • 8.2.28-fpm-alpine
      • 8.2.28-fpm-alpine3.22
      • 8.2-fpm-alpine3.22
      Benefits:
      • Same OS detected
      • Minor runtime version update
      • Tag was pushed more recently
      • Image has similar size
      • Image introduces no new vulnerability but removes 4
      • 8.2-fpm-alpine was pulled 4.1K times last month
      Image details:
      • Size: 32 MB
      • Flavor: alpine
      • OS: 3.22
      • Runtime: 8.2.28
      1 week ago



      8.4.8-fpm-alpine3.21
      Image introduces no new vulnerability but removes 4
      Also known as:
      • 8-fpm-alpine3.21
      • fpm-alpine3.21
      Benefits:
      • Same OS detected
      • Tag was pushed more recently
      • Image has similar size
      • Image introduces no new vulnerability but removes 4
      • Image contains equal number of packages
      Image details:
      • Size: 36 MB
      • Flavor: alpine
      • OS: 3.21
      1 week ago



      8.4-fpm-alpine
      Image introduces no new vulnerability but removes 4
      Also known as:
      • 8.4.8-fpm-alpine
      • 8.4.8-fpm-alpine3.22
      • 8.4-fpm-alpine3.22
      • 8-fpm-alpine
      • 8-fpm-alpine3.22
      • fpm-alpine
      • fpm-alpine3.22
      Benefits:
      • Same OS detected
      • Tag was pushed more recently
      • Image has similar size
      • Image introduces no new vulnerability but removes 4
      Image details:
      • Size: 37 MB
      • Flavor: alpine
      • OS: 3.22
      1 week ago



      Copy link

      Recommended fixes for image wayofdev/php-base:latest

      Base image is php:8.1-alpine

      Name8.1.32-alpine3.21
      Digestsha256:05dee9cd87b825cb096751fef4d1d017e3a1eb069af80cf63ea97c0923ecab4b
      Vulnerabilitiescritical: 0 high: 2 medium: 1 low: 1
      Pushed3 months ago
      Size36 MB
      Packages52
      Flavoralpine
      OS3.21
      Runtime8.1.32
      The base image is also available under the supported tag(s): 8.1-alpine3.21, 8.1-cli-alpine, 8.1-cli-alpine3.21, 8.1.32-alpine, 8.1.32-alpine3.21, 8.1.32-cli-alpine, 8.1.32-cli-alpine3.21

      Refresh base image

      Rebuild the image using a newer base image version. Updating this may result in breaking changes.

      ✅ This image version is up to date.

      Change base image

      TagDetailsPushedVulnerabilities
      8.4-alpine3.21
      Minor runtime version update
      Also known as:
      • 8.4.8-cli-alpine3.21
      • 8-cli-alpine3.21
      • cli-alpine3.21
      • alpine3.21
      • 8-alpine3.21
      Benefits:
      • Same OS detected
      • Minor runtime version update
      • Tag was pushed more recently
      • Image has similar size
      • Image introduces no new vulnerability but removes 4
      • Image contains equal number of packages
      Image details:
      • Size: 42 MB
      • Flavor: alpine
      • OS: 3.21
      • Runtime: 8.4
      1 week ago



      8.3-alpine3.21
      Minor runtime version update
      Also known as:
      • 8.3.22-cli-alpine3.21
      • 8.3-cli-alpine3.21
      • 8.3.22-alpine3.21
      Benefits:
      • Same OS detected
      • Minor runtime version update
      • Tag was pushed more recently
      • Image has similar size
      • Image introduces no new vulnerability but removes 4
      • Image contains equal number of packages
      Image details:
      • Size: 37 MB
      • Flavor: alpine
      • OS: 3.21
      • Runtime: 8.3.22
      1 week ago



      8.2-alpine3.21
      Minor runtime version update
      Also known as:
      • 8.2.28-cli-alpine3.21
      • 8.2-cli-alpine3.21
      • 8.2.28-alpine3.21
      Benefits:
      • Same OS detected
      • Minor runtime version update
      • Tag was pushed more recently
      • Image has similar size
      • Image has same number of vulnerabilities
      • Image contains equal number of packages
      Image details:
      • Size: 36 MB
      • Flavor: alpine
      • OS: 3.21
      • Runtime: 8.2.28
      3 months ago



      8.1-alpine3.22
      Patch runtime version update
      Also known as:
      • 8.1.32-cli-alpine3.22
      • 8.1-cli-alpine3.22
      • 8.1.32-alpine3.22
      Benefits:
      • Patch runtime version update
      • Same OS detected
      • Tag was pushed more recently
      • Image has similar size
      • Image introduces no new vulnerability but removes 4
      Image details:
      • Size: 36 MB
      • Flavor: alpine
      • OS: 3.22
      • Runtime: 8.1.32
      1 week ago



      8.4-alpine
      Minor runtime version update
      Also known as:
      • 8.4.8-cli-alpine
      • 8.4.8-cli-alpine3.22
      • 8.4-cli-alpine
      • 8.4-cli-alpine3.22
      • 8-cli-alpine
      • 8-cli-alpine3.22
      • cli-alpine
      • cli-alpine3.22
      • alpine
      • alpine3.22
      • 8.4.8-alpine
      • 8.4.8-alpine3.22
      • 8.4-alpine3.22
      • 8-alpine
      • 8-alpine3.22
      Benefits:
      • Same OS detected
      • Minor runtime version update
      • Tag was pushed more recently
      • Image has similar size
      • Image introduces no new vulnerability but removes 4
      Image details:
      • Size: 42 MB
      • Flavor: alpine
      • OS: 3.22
      • Runtime: 8.4.8
      1 week ago



      8.3-alpine
      Minor runtime version update
      Also known as:
      • 8.3.22-cli-alpine
      • 8.3.22-cli-alpine3.22
      • 8.3-cli-alpine
      • 8.3-cli-alpine3.22
      • 8.3.22-alpine
      • 8.3.22-alpine3.22
      • 8.3-alpine3.22
      Benefits:
      • Same OS detected
      • Minor runtime version update
      • Tag was pushed more recently
      • Image has similar size
      • Image introduces no new vulnerability but removes 4
      Image details:
      • Size: 37 MB
      • Flavor: alpine
      • OS: 3.22
      • Runtime: 8.3.22
      1 week ago



      8.2-alpine
      Minor runtime version update
      Also known as:
      • 8.2.28-cli-alpine
      • 8.2.28-cli-alpine3.22
      • 8.2-cli-alpine
      • 8.2-cli-alpine3.22
      • 8.2.28-alpine
      • 8.2.28-alpine3.22
      • 8.2-alpine3.22
      Benefits:
      • Same OS detected
      • Minor runtime version update
      • Tag was pushed more recently
      • Image has similar size
      • Image introduces no new vulnerability but removes 4
      • 8.2-alpine was pulled 1.8K times last month
      Image details:
      • Size: 36 MB
      • Flavor: alpine
      • OS: 3.22
      • Runtime: 8.2.28
      1 week ago



      @way-finder-bot way-finder-bot self-requested a review June 19, 2025 11:35
      @way-finder-bot way-finder-bot self-assigned this Jun 19, 2025
      @renovate renovate bot merged commit ac22e1c into master Jun 19, 2025
      18 of 19 checks passed
      @renovate renovate bot deleted the renovate/ansible-ansible-lint-25.x branch June 19, 2025 11:35
      Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
      Labels
      type: maintenance For maintenance, refactor and testing (perf, chore, style, revert, refactor, test, build, ci)
      Projects
      None yet
      Development

      Successfully merging this pull request may close these issues.

      1 participant