Skip to content

Commit ba28701

Browse files
Update non-major-updates (#43)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9ea989b commit ba28701

File tree

4 files changed

+43
-34
lines changed

4 files changed

+43
-34
lines changed

.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.16.0
59+
uses: ncipollo/release-action@v1.18.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.1-php8.3-apache
1+
FROM wordpress:6.8.2-php8.3-apache
22

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

composer.lock

Lines changed: 40 additions & 31 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:11.7
21+
image: mariadb:11.8
2222
restart: always
2323
environment:
2424
MARIADB_ROOT_PASSWORD: somewordpress

0 commit comments

Comments
 (0)