Skip to content

Commit

Permalink
Merge pull request #879 from Automattic/dependabot/docker/photon/alpi…
Browse files Browse the repository at this point in the history
…ne-3.20.3

chore(deps): Bump alpine from 3.20.2 to 3.20.3 in /photon
  • Loading branch information
sjinks authored Sep 9, 2024
2 parents 90f9d00 + cf37bba commit b4b21e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions photon/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.20.2@sha256:0a4eaa0eecf5f8c050e5bba433f58c052be7587ee8af3e8b3910ef9ab5fbe9f5 AS build
FROM alpine:3.20.3@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d AS build
RUN apk add --no-cache php82-dev php82-pear php82-openssl gcc make libc-dev graphicsmagick-dev libtool subversion
RUN pecl82 channel-update pecl.php.net
RUN pecl82 install channel://pecl.php.net/gmagick-2.0.6RC1 < /dev/null
Expand All @@ -7,7 +7,7 @@ RUN \
svn co https://code.svn.wordpress.org/photon/ /usr/share/webapps/photon && \
rm -rf /usr/share/webapps/photon/.svn /usr/share/webapps/photon/tests

FROM alpine:3.20.2@sha256:0a4eaa0eecf5f8c050e5bba433f58c052be7587ee8af3e8b3910ef9ab5fbe9f5
FROM alpine:3.20.3@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d
RUN \
apk upgrade --no-cache && \
apk add --no-cache \
Expand Down

0 comments on commit b4b21e2

Please sign in to comment.