Skip to content

Commit

Permalink
feat: upgrade php image
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrkv committed Oct 24, 2023
1 parent 1626408 commit ff0d37c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2.8-fpm-bookworm as base
FROM php:8.2.11-fpm-bookworm as base
WORKDIR /app

RUN apt-get update && \
Expand Down

0 comments on commit ff0d37c

Please sign in to comment.