Skip to content
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

chore(deps): Bump ubuntu from 22.04 to 24.04 in /php-fpm #710

Closed
wants to merge 1 commit into from
Closed
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
4 changes: 2 additions & 2 deletions php-fpm/Dockerfile.81
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04 AS build
FROM ubuntu:24.04 AS build
RUN \
export DEBIAN_FRONTEND=noninteractive && \
apt-get -q update && \
Expand All @@ -10,7 +10,7 @@ RUN \
pecl install timezonedb && \
rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*

FROM ubuntu:22.04
FROM ubuntu:24.04

# Extra PHP extensions: msgpack (because of memcache)
# We lack: newrelic
Expand Down
4 changes: 2 additions & 2 deletions php-fpm/Dockerfile.82
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04 AS build
FROM ubuntu:24.04 AS build
RUN \
export DEBIAN_FRONTEND=noninteractive && \
apt-get -q update && \
Expand All @@ -10,7 +10,7 @@ RUN \
pecl install timezonedb && \
rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*

FROM ubuntu:22.04
FROM ubuntu:24.04

# Extra PHP extensions: msgpack (because of memcache)
# We lack: newrelic
Expand Down
4 changes: 2 additions & 2 deletions php-fpm/Dockerfile.83
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04 AS build
FROM ubuntu:24.04 AS build
RUN \
export DEBIAN_FRONTEND=noninteractive && \
apt-get -q update && \
Expand All @@ -17,7 +17,7 @@ RUN pecl install memcache
RUN pecl install memcached
RUN pecl install channel://pecl.php.net/gmagick-2.0.6RC1

FROM ubuntu:22.04
FROM ubuntu:24.04

# We lack: newrelic
# Missing: php8.3-gnupg php8.3-ssh2 php8.3-xdebug
Expand Down
Loading