Skip to content

Commit

Permalink
docker: Use php:8.3-bullseye locally.
Browse files Browse the repository at this point in the history
  • Loading branch information
shulard committed Jun 12, 2024
1 parent e3e5972 commit 7147a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provisioning/php/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.1-bullseye
FROM php:8.3-bullseye

## Install required dependencies
RUN apt-get update && apt-get install -y --no-install-recommends bash make gpg gnupg dirmngr git unzip \
Expand Down

0 comments on commit 7147a45

Please sign in to comment.