Skip to content
Open
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 docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Until then, do it manually
# docker build -t ghcr.io/elbformat/field-helper-bundle/php:8.1 . -f docker/Dockerfile.php
# docker push
FROM php:8.1-alpine
FROM php:8.4-alpine
LABEL org.opencontainers.image.source="https://github.com/elbformat/field-helper-bundle"

# For code coverage
Expand Down