Skip to content

Commit

Permalink
feat: 8.3.2-fpm-bookworm
Browse files Browse the repository at this point in the history
Release-As: 8.3.2-fpm-bookworm
  • Loading branch information
dbrkv committed Feb 4, 2024
1 parent a1bd885 commit ff703c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-php.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: google-github-actions/release-please-action@v3
- uses: google-github-actions/release-please-action@v4
with:
token: ${{ secrets.GH_PAT }}
release-type: simple
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: google-github-actions/release-please-action@v3
- uses: google-github-actions/release-please-action@v4
with:
token: ${{ secrets.GH_PAT }}
release-type: simple
Expand Down
2 changes: 1 addition & 1 deletion php/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2.11-fpm-bookworm as base
FROM php:8.3.2-fpm-bookworm as base
WORKDIR /app

RUN apt-get update && \
Expand Down

0 comments on commit ff703c5

Please sign in to comment.