Skip to content

Commit

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

chore(deps): Bump alpine from 3.20.1 to 3.20.2 in /photon
  • Loading branch information
sjinks authored Jul 23, 2024
2 parents 8c49aa6 + 52911fc commit ec09db2
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.1@sha256:b89d9c93e9ed3597455c90a0b88a8bbb5cb7188438f70953fede212a0c4394e0 AS build
FROM alpine:3.20.2@sha256:0a4eaa0eecf5f8c050e5bba433f58c052be7587ee8af3e8b3910ef9ab5fbe9f5 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.1@sha256:b89d9c93e9ed3597455c90a0b88a8bbb5cb7188438f70953fede212a0c4394e0
FROM alpine:3.20.2@sha256:0a4eaa0eecf5f8c050e5bba433f58c052be7587ee8af3e8b3910ef9ab5fbe9f5
RUN \
apk upgrade --no-cache && \
apk add --no-cache \
Expand Down

0 comments on commit ec09db2

Please sign in to comment.