Skip to content

Commit

Permalink
chore: php, dep and security updates
Browse files Browse the repository at this point in the history
  • Loading branch information
blt950 committed Jul 28, 2024
1 parent 655f3e4 commit 13b8c24
Show file tree
Hide file tree
Showing 5 changed files with 2,124 additions and 2,008 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Intermediate build container for front-end resources
FROM docker.io/library/node:20.5.1-alpine as frontend
FROM docker.io/library/node:22.5.1-alpine as frontend
# Easy to prune intermediary containers
LABEL stage=build

Expand All @@ -12,7 +12,7 @@ RUN npm ci --omit dev && \
####################################################################################################
# Primary container

FROM docker.io/library/php:8.1.10-apache-bullseye
FROM docker.io/library/php:8.2.21-apache-bullseye

# Default container port for the apache configuration
EXPOSE 80 443
Expand All @@ -35,7 +35,7 @@ COPY ./container/configs/apache.conf /etc/apache2/apache2.conf
COPY ./container/configs/php.ini /usr/local/etc/php/php.ini

# Install PHP extension(s)
COPY --from=mlocati/php-extension-installer:2.1.38 /usr/bin/install-php-extensions /usr/local/bin/
COPY --from=mlocati/php-extension-installer:2.2.19 /usr/bin/install-php-extensions /usr/local/bin/
RUN install-php-extensions pdo_mysql

# Install composer
Expand Down
Loading

0 comments on commit 13b8c24

Please sign in to comment.