Skip to content

Commit fd6e47d

Browse files
Bump alpine from 3.22 to 3.23 in the docker-updates group (#78)
* Bump alpine from 3.22 to 3.23 in the docker-updates group Bumps the docker-updates group with 1 update: alpine. Updates `alpine` from 3.22 to 3.23 --- updated-dependencies: - dependency-name: alpine dependency-version: '3.23' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker-updates ... Signed-off-by: dependabot[bot] <[email protected]> * Remove php symlink, already placed by Alpine Linux --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tim de Pater <[email protected]>
1 parent 6810c42 commit fd6e47d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.22
1+
FROM alpine:3.23
22
LABEL Maintainer="Tim de Pater <[email protected]>" \
33
Description="Lightweight WordPress container with Nginx 1.26 & PHP-FPM 8.4 based on Alpine Linux."
44

@@ -46,8 +46,6 @@ COPY config/php.ini /etc/php84/conf.d/zzz_custom.ini
4646
# Configure supervisord
4747
COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
4848

49-
RUN ln -s /usr/bin/php84 /usr/bin/php
50-
5149
# wp-content volume
5250
VOLUME /var/www/wp-content
5351
WORKDIR /var/www/wp-content

0 commit comments

Comments
 (0)