Skip to content

Commit

Permalink
chore(deps): Bump alpine from 3.19.0 to 3.19.1 in /photon
Browse files Browse the repository at this point in the history
Bumps alpine from 3.19.0 to 3.19.1.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent 35649b9 commit ff8ca76
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.19.0@sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 AS build
FROM alpine:3.19.1@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b AS build
RUN apk add --no-cache php81-dev php81-pear php81-openssl gcc make libc-dev graphicsmagick-dev libtool subversion
RUN pecl81 channel-update pecl.php.net
RUN pecl81 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.19.0@sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48
FROM alpine:3.19.1@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
RUN \
apk upgrade --no-cache && \
apk add --no-cache \
Expand Down

0 comments on commit ff8ca76

Please sign in to comment.