Skip to content

Commit

Permalink
Set to ZTS to get embed (docker-library/php#1358 (comment))
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydrogers committed Dec 8, 2023
1 parent aa4ad44 commit 358f225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/variations/unit/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG BASE_OS_VERSION='bookworm'
ARG PHP_VERSION='8.3'
ARG PHP_VARIATION='unit'
ARG BASE_IMAGE="php:${PHP_VERSION}-cli-${BASE_OS_VERSION}"
ARG BASE_IMAGE="php:${PHP_VERSION}-zts-${BASE_OS_VERSION}"

##########
# Unit Build
Expand Down

0 comments on commit 358f225

Please sign in to comment.