Skip to content

Commit 6a4a3d9

Browse files
Update non-major-updates
1 parent d08ee02 commit 6a4a3d9

4 files changed

Lines changed: 34 additions & 39 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
echo "RELEASE_TYPE=${RELEASE_TYPE}" >> $GITHUB_ENV
5757
5858
- name: Create Release 🎉
59-
uses: ncipollo/release-action@v1.20.0
59+
uses: ncipollo/release-action@v1.21.0
6060
if: github.ref_type == 'tag'
6161
with:
6262
artifacts: ${{ env.ARTIFACT_PATH }}

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.4-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)