Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: containerbase/php-prebuild
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8.1.19
Choose a base ref
...
head repository: containerbase/php-prebuild
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8.1.20
Choose a head ref
  • 7 commits
  • 3 files changed
  • 1 contributor

Commits on May 13, 2023

  1. Copy the full SHA
    ce9275b View commit details

Commits on May 19, 2023

  1. Copy the full SHA
    b33cac7 View commit details

Commits on May 25, 2023

  1. Copy the full SHA
    de6dc9e View commit details

Commits on May 26, 2023

  1. Copy the full SHA
    495435e View commit details

Commits on May 29, 2023

  1. Copy the full SHA
    0098f23 View commit details

Commits on Jun 2, 2023

  1. Copy the full SHA
    ab47cb7 View commit details

Commits on Jun 4, 2023

  1. Copy the full SHA
    8619af9 View commit details
Showing with 3 additions and 3 deletions.
  1. +1 −1 .github/workflows/build.yml
  2. +1 −1 Dockerfile
  3. +1 −1 renovate.Dockerfile
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2

- name: binary-builder
uses: containerbase/internal-tools@1b85c9fe3081ccde537e99a5e0d47fa074119bdf # v1.17.3
uses: containerbase/internal-tools@f7e832514aae131cf240f2d72acda8abd84ffbb9 # v1.17.8
with:
command: binary-builder
dry-run: ${{github.ref != 'refs/heads/main'}}
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ ARG DISTRO=focal
# base images
#--------------------------------------
FROM ubuntu:focal@sha256:db8bf6f4fb351aa7a26e27ba2686cf35a6a409f65603e59d4c203e58387dc6b3 as build-focal
FROM ubuntu:jammy@sha256:dfd64a3b4296d8c9b62aa3309984f8620b98d87e47492599ee20739e8eb54fbf as build-jammy
FROM ubuntu:jammy@sha256:ac58ff7fe25edc58bdf0067ca99df00014dbd032e2246d30a722fa348fd799a5 as build-jammy


#--------------------------------------
2 changes: 1 addition & 1 deletion renovate.Dockerfile
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ ENV PHP_VERSION=8.0.28

# EOL: 2024-11-25
# renovate: datasource=docker depName=php versioning=docker
ENV PHP_VERSION=8.1.18
ENV PHP_VERSION=8.1.19

# EOL: 2025-12-08
# renovate: datasource=docker depName=php versioning=docker