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 c124512 commit b5d89cbCopy full SHA for b5d89cb
1 file changed
Dockerfile
@@ -12,7 +12,7 @@ RUN git clone --depth=1 https://github.com/RobiNN1/phpCacheAdmin.git . \
12
&& apk del .build-deps
13
14
# Final stage
15
-FROM php:8.4-fpm-alpine
+FROM php:8.5-fpm-alpine
16
17
COPY --from=builder /usr/local/lib/php/extensions /usr/local/lib/php/extensions
18
COPY --from=builder /usr/local/etc/php/conf.d /usr/local/etc/php/conf.d
0 commit comments