Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion php/8.x.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG UBUNTU_VERSION=24.04
FROM ubuntu:${UBUNTU_VERSION} AS base
ARG PHP_VERSION=8.4
# renovate: datasource=github-releases depName=php-pie packageName=php/pie
ARG PHP_PIE_VERSION=1.3.4
ARG PHP_PIE_VERSION=1.3.5

ENV DEBIAN_FRONTEND=noninteractive \
TZ="Europe/Berlin" \
Expand Down
2 changes: 1 addition & 1 deletion php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG UBUNTU_VERSION=24.04
FROM ubuntu:${UBUNTU_VERSION} AS base
ARG PHP_VERSION=8.4
# renovate: datasource=github-releases depName=php-pie packageName=php/pie
ARG PHP_PIE_VERSION=1.3.4
ARG PHP_PIE_VERSION=1.3.5

ENV DEBIAN_FRONTEND=noninteractive \
TZ="Europe/Berlin" \
Expand Down
Loading