Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
carry0987 committed Dec 18, 2023
1 parent f1c2580 commit e7346c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PHP/FPM-Alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG PHP_VERSION

# Stage 1: Build stage
FROM --platform=$BUILDPLATFORM php:${PHP_VERSION}-fpm-alpine AS builder
FROM php:${PHP_VERSION}-fpm-alpine AS builder

# Install dependencies and PHP extensions
RUN apk update && apk add --no-cache --virtual .build-deps \
Expand Down

0 comments on commit e7346c7

Please sign in to comment.