Skip to content

Commit

Permalink
Merge pull request #1821 from tarlepp/chore(env)/php-update
Browse files Browse the repository at this point in the history
Chore(env) - PHP update
  • Loading branch information
tarlepp committed May 22, 2022
2 parents b8cf210 + 473a957 commit 52eb366
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 21 deletions.
4 changes: 2 additions & 2 deletions .idea/php-test-framework.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 7 additions & 4 deletions .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 2 additions & 8 deletions .idea/remote-mappings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .idea/symfony2.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Dockerfile
@@ -1,4 +1,4 @@
FROM php:8.1.5-fpm
FROM php:8.1.6-fpm

ENV APP_ENV prod
ENV APP_DEBUG 0
Expand All @@ -10,7 +10,7 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/*

# Copy the install-php-extensions (Easily install PHP extension in official PHP Docker containers)
COPY --from=mlocati/php-extension-installer:1.5.11 /usr/bin/install-php-extensions /usr/local/bin/
COPY --from=mlocati/php-extension-installer:1.5.16 /usr/bin/install-php-extensions /usr/local/bin/

# Install and enable all necessary PHP extensions
RUN install-php-extensions \
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile_dev
@@ -1,4 +1,4 @@
FROM php:8.1.5-fpm
FROM php:8.1.6-fpm

# Let's use bash as a default shell with login each time
SHELL ["/bin/bash", "--login", "-c"]
Expand All @@ -10,7 +10,7 @@ ARG HOST_GID
# Declare constants
ENV PATH "$PATH:/home/dev/.composer/vendor/bin:/app/vendor/bin"
ENV NVM_VERSION v0.39.1
ENV NODE_VERSION 18.0.0
ENV NODE_VERSION 18.2.0

# Update package list and install necessary libraries
RUN apt-get update \
Expand All @@ -20,7 +20,7 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/*

# Copy the install-php-extensions (Easily install PHP extension in official PHP Docker containers)
COPY --from=mlocati/php-extension-installer:1.5.11 /usr/bin/install-php-extensions /usr/local/bin/
COPY --from=mlocati/php-extension-installer:1.5.16 /usr/bin/install-php-extensions /usr/local/bin/

# Enable all necessary PHP packages
RUN install-php-extensions \
Expand Down

0 comments on commit 52eb366

Please sign in to comment.