Skip to content

Commit

Permalink
chore(deps): Bump ubuntu from 22.04 to 24.04 in /php-fpm
Browse files Browse the repository at this point in the history
Bumps ubuntu from 22.04 to 24.04.

---
updated-dependencies:
- dependency-name: ubuntu
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 5, 2024
1 parent 8a35647 commit 8fb3fae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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

0 comments on commit 8fb3fae

Please sign in to comment.