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