Update Dockerfile
Some checks failed
Publish Docker Image / docker (push) Failing after 39s

This commit is contained in:
Lee 2024-09-28 11:13:20 +00:00
parent 9b39a3a9ac
commit b9ef918d4c

@ -1,6 +1,6 @@
# Variables
ARG NGINX_VERSION=1.27.1
ARG PHP_VERSION=8.3
ARG NGINX_VERSION="1.27.1"
ARG PHP_VERSION="8.3"
# Stage 1: Build Nginx
FROM alpine:3.20.3 AS builder