Skip to content

Commit

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

chore(deps): Bump alpine from 3.18.5 to 3.19.0 in /photon
  • Loading branch information
sjinks authored Dec 8, 2023
2 parents ab1adc4 + 6fbff53 commit 08a60bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions photon/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
FROM alpine:3.18.5@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 AS build
FROM alpine:3.19.0@sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 AS build
RUN apk add --no-cache php81-dev php81-pear php81-openssl gcc make libc-dev graphicsmagick-dev libtool subversion
RUN pecl channel-update pecl.php.net
RUN pecl install channel://pecl.php.net/gmagick-2.0.6RC1 < /dev/null
RUN pecl81 channel-update pecl.php.net
RUN pecl81 install channel://pecl.php.net/gmagick-2.0.6RC1 < /dev/null
RUN \
install -d -D /usr/share/webapps/photon && \
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.18.5@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0
FROM alpine:3.19.0@sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48
RUN \
apk upgrade --no-cache && \
apk add --no-cache \
Expand Down

0 comments on commit 08a60bb

Please sign in to comment.