Skip to content

Get the latest ICU version (got libicu 52.1 instead of 57.1) #307

@mykiwi

Description

@mykiwi

My Dockerfile:

FROM php:7.0-fpm

RUN apt-get update && \
    apt-get install -y libicu-dev && \
    docker-php-ext-install intl

When I run the symfony requirements binary, I got this message:

 * intl ICU version installed on your system is outdated (52.1) and
   does not match the ICU data bundled with Symfony (57.1)
   > To get the latest internationalization data upgrade the ICU
   > system package and the intl PHP extension.

Do you know how can I get the latest ICU version ?
Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions