We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 221af02 commit 343493eCopy full SHA for 343493e
Dockerfile
@@ -1,5 +1,5 @@
1
# Build stage
2
-FROM php:8.4-cli-alpine AS builder
+FROM php:8.5-cli-alpine AS builder
3
4
RUN apk add --no-cache --virtual .build-deps autoconf build-base git \
5
&& pecl install -o -f redis \
0 commit comments