Skip to content

Commit

Permalink
Fix: rollback from update php version
Browse files Browse the repository at this point in the history
  • Loading branch information
curious-mike-dvc committed Nov 21, 2023
1 parent cef6a25 commit 71a25a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#FROM node:20.0.0-alpine as node
FROM node:19.9.0-alpine as node

FROM php:8.1.22-fpm-alpine3.17 as base
FROM php:8.1.0-fpm-alpine3.15 as base

# Setup Working Dir
WORKDIR /var/www
Expand Down

0 comments on commit 71a25a3

Please sign in to comment.