Skip to content

Commit

Permalink
Fix: updated php PHP 8.1.22 -> PHP 8.1.28 for vulnerabilities issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
curious-mike-dvc committed Jul 16, 2024
1 parent 364977f commit 34e5292
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#FROM node:20.0.0-alpine as node
FROM node:19.9.0-alpine as node
FROM node:19.9.0-alpine AS node

FROM php:8.1.22-fpm-alpine3.16 as base
#FROM php:8.1.22-fpm-alpine3.16 AS base
FROM php:8.1.28-fpm-alpine3.18 AS base

# Setup Working Dir
WORKDIR /var/www
Expand Down Expand Up @@ -62,6 +63,7 @@ RUN apk add --update --no-cache \
exiftool \
imagemagick-dev \
chromium \
xz=5.2.5-r1 \
&& pecl install redis \
&& pecl install -o -f imagick

Expand Down

0 comments on commit 34e5292

Please sign in to comment.