Skip to content

Commit

Permalink
refactor(php-xd): remove obsolete type arg
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Nov 20, 2024
1 parent a8c44bd commit 38b1d36
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions images/php-xd/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
ARG PHP_VERSION="7.2"
ARG ALPINE_VERSION=""
ARG TYPE=""

FROM php:${PHP_VERSION}${TYPE}-alpine${ALPINE_VERSION} AS base
FROM php:${PHP_VERSION}-alpine${ALPINE_VERSION} AS base

LABEL org.opencontainers.image.description='Alpine image with php, composer 2, XDebug and pcov.'

Expand Down

0 comments on commit 38b1d36

Please sign in to comment.