Skip to content

Commit

Permalink
chore(deps): update all non-major docker images (#1665)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate-cds[bot] and renovate-bot authored Mar 25, 2024
1 parent 74cdf3f commit 5e4413e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:16-alpine@sha256:a1f9d027912b58a7c75be7716c97cfbc6d3099f3a97ed84aa490be9dee20e787 AS node

FROM wordpress:cli-php8.1@sha256:b7b9dfbe9f3b79b58537ea9362bf41714f524371637c6ddeac2f36f3cec42d54
FROM wordpress:cli-php8.1@sha256:6a301c2af47287c7fcb1f38c9491be2a7a888d63b040353e8c62f31f10dbb1a7

COPY --from=node /usr/lib /usr/lib
COPY --from=node /usr/local/share /usr/local/share
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:

apache:
container_name: apache
image: httpd:2.4-alpine@sha256:8c0515c1405b3ff5e3a91730bf56f262b38aed60ea288c27640af5aed62ff2f8
image: httpd:2.4-alpine@sha256:92535cf7f151901ba91b04186292c3bd5bf82aa6ffa6eb7bc405fefbffedd480
logging:
driver: none
ports:
Expand Down Expand Up @@ -108,7 +108,7 @@ services:
depends_on:
- db
- wordpress
image: wordpress:cli-php8.1@sha256:b7b9dfbe9f3b79b58537ea9362bf41714f524371637c6ddeac2f36f3cec42d54
image: wordpress:cli-php8.1@sha256:6a301c2af47287c7fcb1f38c9491be2a7a888d63b040353e8c62f31f10dbb1a7
profiles:
- tools
env_file: .env
Expand Down
2 changes: 1 addition & 1 deletion wordpress/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN npm --unsafe-perm install
# when updating the Wordpress version, update the version in the files:
# - ~/wordpress/docker/local.Dockerfile
# - ~/github/workflows/ci.yml
FROM wordpress:6.4.3-php8.1-fpm-alpine@sha256:da571652936a0a265b06fe8bff9508957724e5800fe809ce2167be6f1a5f5e8c
FROM wordpress:6.4.3-php8.1-fpm-alpine@sha256:e0ecf48d62ba5f32fbde56b44eb26a61f74ad0531ae0129150839388097b0541

RUN apk add --no-cache $PHPIZE_DEPS \
&& pecl install pcov \
Expand Down
2 changes: 1 addition & 1 deletion wordpress/docker/apache/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM httpd:2.4.58-alpine@sha256:8c0515c1405b3ff5e3a91730bf56f262b38aed60ea288c27640af5aed62ff2f8
FROM httpd:2.4.58-alpine@sha256:92535cf7f151901ba91b04186292c3bd5bf82aa6ffa6eb7bc405fefbffedd480

WORKDIR /usr/src/wordpress

Expand Down
2 changes: 1 addition & 1 deletion wordpress/docker/local.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# wordpress version needs to match the version found in ~/wordpress/docker/Dockerfile
FROM wordpress:6.4.3-php8.1-fpm-alpine@sha256:da571652936a0a265b06fe8bff9508957724e5800fe809ce2167be6f1a5f5e8c
FROM wordpress:6.4.3-php8.1-fpm-alpine@sha256:e0ecf48d62ba5f32fbde56b44eb26a61f74ad0531ae0129150839388097b0541

WORKDIR /usr/src/wordpress

Expand Down

0 comments on commit 5e4413e

Please sign in to comment.