Skip to content

Commit

Permalink
Fix: rollback changes
Browse files Browse the repository at this point in the history
  • Loading branch information
curious-mike-dvc committed Jul 17, 2024
1 parent 34e5292 commit 1ff8120
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#FROM node:20.0.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.28-fpm-alpine3.18 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 @@ -63,7 +63,6 @@ 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 1ff8120

Please sign in to comment.