This commit is contained in:
parent
e0d5ae5e66
commit
9b39a3a9ac
@ -3,7 +3,7 @@ ARG NGINX_VERSION=1.27.1
|
|||||||
ARG PHP_VERSION=8.3
|
ARG PHP_VERSION=8.3
|
||||||
|
|
||||||
# Stage 1: Build Nginx
|
# Stage 1: Build Nginx
|
||||||
FROM alpine:3.20.3 as builder
|
FROM alpine:3.20.3 AS builder
|
||||||
|
|
||||||
# Install build dependencies and required tools
|
# Install build dependencies and required tools
|
||||||
RUN apk update && apk upgrade && \
|
RUN apk update && apk upgrade && \
|
||||||
|
Loading…
Reference in New Issue
Block a user