Skip to content

Commit 10f32d3

Browse files
Update non-major-updates
1 parent d08ee02 commit 10f32d3

3 files changed

Lines changed: 33 additions & 38 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM wordpress:6.8.3-php8.3-apache
1+
FROM wordpress:6.9.1-php8.3-apache
22

33
RUN apt-get update && \
44
apt-get install -y --no-install-recommends ssl-cert && \

composer.lock

Lines changed: 31 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
- ./logs/:/var/log/apache2
1919

2020
db:
21-
image: mariadb:12.0
21+
image: mariadb:12.2
2222
restart: always
2323
environment:
2424
MARIADB_ROOT_PASSWORD: somewordpress

0 commit comments

Comments
 (0)