Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar committed Jun 10, 2023
1 parent edfb73b commit d523a3d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
#
#--------------------------------------------------------------------------
# Image Setup
#--------------------------------------------------------------------------
#

ARG FULL_PHP_VERSION=8.2-alpine

FROM php:${FULL_PHP_VERSION}

LABEL maintainer="Andrey Helldar"

ARG FULL_PHP_VERSION=alpine
ARG SHORT_PHP_VERSION=8.2

Expand Down

0 comments on commit d523a3d

Please sign in to comment.