Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
echo "RELEASE_TYPE=${RELEASE_TYPE}" >> $GITHUB_ENV

- name: Create Release 🎉
uses: ncipollo/release-action@v1.16.0
uses: ncipollo/release-action@v1.18.0
if: github.ref_type == 'tag'
with:
artifacts: ${{ env.ARTIFACT_PATH }}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM wordpress:6.8.1-php8.3-apache
FROM wordpress:6.8.2-php8.3-apache

RUN apt-get update && \
apt-get install -y --no-install-recommends ssl-cert && \
Expand Down
71 changes: 40 additions & 31 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
- ./logs/:/var/log/apache2

db:
image: mariadb:11.7
image: mariadb:11.8
restart: always
environment:
MARIADB_ROOT_PASSWORD: somewordpress
Expand Down