From 1b5a22395c6f2f4c70a27437ab8592282029fd15 Mon Sep 17 00:00:00 2001 From: casjay Date: Tue, 18 Oct 2022 17:12:03 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7084abe..f53d238 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM casjaysdevdocker/alpine:latest AS build +FROM casjaysdevdocker/php:latest AS build ARG ALPINE_VERSION="v3.16"