Skip to content

Commit

Permalink
Merge pull request #810 from Automattic/update/fpm83
Browse files Browse the repository at this point in the history
chore(php-fpm): update the base image to the latest version
  • Loading branch information
sjinks authored Jul 4, 2024
2 parents c8e1104 + f4a869c commit de1f44a
Showing 1 changed file with 2 additions and 2 deletions.
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:24.04@sha256:3f85b7caad41a95462cf5b787d8a04604c8262cdcdf9a472b8c52ef83375fe15 AS build
FROM ubuntu:24.04@sha256:2e863c44b718727c860746568e1d54afd13b2fa71b160f5cd9058fc436217b30 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:24.04@sha256:3f85b7caad41a95462cf5b787d8a04604c8262cdcdf9a472b8c52ef83375fe15
FROM ubuntu:24.04@sha256:2e863c44b718727c860746568e1d54afd13b2fa71b160f5cd9058fc436217b30

# We lack: newrelic
RUN \
Expand Down

0 comments on commit de1f44a

Please sign in to comment.