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 web2/containers/hypebun-web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# The base dunglas/frankenphp image ships only a minimal PHP extension set
# (PDO + mysqlnd, no mysqli/gd/etc). AltumCode requires mysqli (core DB layer),
# gd (captcha/image processing) and the common web extensions below.
FROM dunglas/frankenphp:1.12.5-php8.5@sha256:19772683aa3f345c50067446fb41972fb6eafa8efde5ad5f705c14b05a8725ce
FROM dunglas/frankenphp:1.12.5-php8.5@sha256:7433d89e0114ba6ad92d6acace7ad6553d82fad42a86da05efcf2373c85d9fd9

# docker-php-extension-installer is bundled in the base image.
RUN install-php-extensions \
Expand Down