Skip to content

Commit b5d89cb

Browse files
committed
Update Dockerfile
1 parent c124512 commit b5d89cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN git clone --depth=1 https://github.com/RobiNN1/phpCacheAdmin.git . \
1212
&& apk del .build-deps
1313

1414
# Final stage
15-
FROM php:8.4-fpm-alpine
15+
FROM php:8.5-fpm-alpine
1616

1717
COPY --from=builder /usr/local/lib/php/extensions /usr/local/lib/php/extensions
1818
COPY --from=builder /usr/local/etc/php/conf.d /usr/local/etc/php/conf.d

0 commit comments

Comments
 (0)