Atualizar Dockerfile

This commit is contained in:
2026-06-15 18:18:35 -03:00
parent 43589a597d
commit e26ec8cef2

View File

@@ -3,7 +3,7 @@
# ==================================================
# Imagem base: PHP 8.1 + Apache
FROM php:8.1-apache
FROM php:8.2-apache
# Instalar ferramentas básicas e bibliotecas necessárias
RUN apt-get update && apt-get install -y \