diff --git a/Dockerfile b/Dockerfile index cff9e63..559d403 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Builder container -FROM php:8.3.6-cli-alpine3.19 AS builder +FROM php:8.3.8-cli-alpine3.19 AS builder # Install build tools RUN apk --no-cache add sqlite \