Skip to content

Commit

Permalink
Merge pull request #269 from sjinks/update-docker-deps
Browse files Browse the repository at this point in the history
chorde(deps): Update Docker images
  • Loading branch information
sjinks authored Oct 13, 2022
2 parents 1247e06 + ff63f6f commit 9c581ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .docker/wordpress/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG VERSION=php7.4@sha256:3dff5e9e1497b522b48dd8a0fcf50dfbbb925f1487c6db581c28e73fdbfc49c1
ARG VERSION=php7.4@sha256:6003ce1cc14ed9d83c3df5593b3359cc8e4236fb80238e9530a0beeb6c60f688
FROM wordpress:${VERSION}
RUN \
a2enmod ssl && \
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.7'

services:
mariadb:
image: mariadb@sha256:05b53c3f7ebf1884f37fe9efd02da0b7faa0d03e86d724863f3591f963de632c
image: mariadb@sha256:59ef1139afa1ec26f98e316a8dbef657daf9f64f84e9378b190d1d7557ad2feb
environment:
MYSQL_ROOT_PASSWORD: password
MYSQL_DATABASE: wordpress
Expand Down Expand Up @@ -31,7 +31,7 @@ services:
networks:
- tfpwa
cli:
image: 'wordpress:cli-php7.4@sha256:0e08a4f6619bfc10f06651258a86345e4e3311bc53d198a66ab05905d30f9120'
image: 'wordpress:cli-php7.4@sha256:c253f3b5043a6414e2d93a2ee5ddb1021d82e67c84c7d050d11c08accd627859'
volumes: *ref_0
user: '33:33'
environment:
Expand Down

0 comments on commit 9c581ee

Please sign in to comment.