Skip to content

Commit

Permalink
Merge branch 'release/2.6.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
eliashaeussler committed Nov 29, 2023
2 parents 202fa6d + c26ed74 commit 8e5b2be
Show file tree
Hide file tree
Showing 6 changed files with 218 additions and 217 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:

# Handle Docker image layer cache
- name: Handle Docker cache
uses: satackey/action-docker-layer-caching@v0.0.11
uses: jpribyl/action-docker-layer-caching@v0.1.1
continue-on-error: true

# Run Docker tests
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM composer:2.6 AS composer
LABEL maintainer="Elias Häußler <e.haeussler@familie-redlich.de>"

FROM php:8.2-alpine
FROM php:8.3-alpine
COPY --from=composer /usr/bin/composer /usr/bin/composer

ENV COMPOSER_ALLOW_SUPERUSER=1
Expand Down
Loading

0 comments on commit 8e5b2be

Please sign in to comment.