Skip to content

Commit

Permalink
chore(deps): updated build environments
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaile committed Jul 22, 2024
1 parent b230eae commit 1a11909
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion containers/nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:1.25.4-alpine AS production
FROM nginx:1.26.1-alpine AS production
WORKDIR /var/www/html
COPY containers/nginx/config /etc/nginx
ADD --chmod=755 \
Expand Down
6 changes: 3 additions & 3 deletions containers/php/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
ARG PHP_EXTENSIONS="pcntl"
ARG ADDITIONAL_PACKAGES="rclone sqlite"

FROM docker.io/php:8.3.4-fpm-alpine AS base
FROM docker.io/php:8.3.9-fpm-alpine AS base
WORKDIR /var/www/html
# install software needed for all environments
COPY --from=docker.io/composer:2.7.2 /usr/bin/composer /usr/local/bin/composer
COPY --from=docker.io/mlocati/php-extension-installer:2.2.5 /usr/bin/install-php-extensions /usr/local/sbin/install-php-extensions
COPY --from=docker.io/composer:2.7.7 /usr/bin/composer /usr/local/bin/composer
COPY --from=docker.io/mlocati/php-extension-installer:2.2.19 /usr/bin/install-php-extensions /usr/local/sbin/install-php-extensions
ADD --chmod=777 \
--checksum=sha256:206a8f9b2177703fc5aa924d85ad6c72e82413e2d09635b4c9c82a1b65b5b3d5 \
https://github.com/eficode/wait-for/releases/download/v2.2.4/wait-for /usr/local/bin/wait-for
Expand Down

0 comments on commit 1a11909

Please sign in to comment.