Skip to content

Commit

Permalink
chore(deps): updating container environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaile committed Nov 18, 2024
1 parent e86d9b7 commit 5b0646b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.26.1-alpine AS production
FROM nginx:1.27.2-alpine AS production
WORKDIR /var/www/html
COPY containers/nginx/config /etc/nginx
ADD --chmod=755 \
Expand Down
2 changes: 1 addition & 1 deletion containers/php/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG PHP_EXTENSIONS="pcntl"
ARG ADDITIONAL_PACKAGES="rclone sqlite"

FROM docker.io/php:8.3.9-fpm-alpine AS base
FROM docker.io/php:8.3.13-fpm-alpine AS base
WORKDIR /var/www/html
# install software needed for all environments
COPY --from=docker.io/composer:2.7.7 /usr/bin/composer /usr/local/bin/composer
Expand Down

0 comments on commit 5b0646b

Please sign in to comment.