Skip to content

Commit

Permalink
Update Unit build files
Browse files Browse the repository at this point in the history
  • Loading branch information
meezaan committed Jan 22, 2025
1 parent 1405e35 commit 93bb3c8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion 8/8.3/Dockerfile.nunit
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM unit:php8.3
ARG PHP_VERSION=$PHP_VERSION
FROM unit:php${PHP_VERSION}

# Setup Debian
RUN apt-get -y update && apt-get -y upgrade && ACCEPT_EULA=Y && apt-get install -y \
Expand Down
3 changes: 2 additions & 1 deletion 8/8.3/Dockerfile.nunit.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM ghcr.io/islamic-network/php:8.3-unit
ARG PHP_VERSION=$PHP_VERSION
FROM ghcr.io/islamic-network/php:${PHP_VERSION}-unit

ENV PROVISION_CONTEXT "nunit_development"

Expand Down
3 changes: 2 additions & 1 deletion 8/8.4/Dockerfile.nunit
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM unit:php8.4
ARG PHP_VERSION=$PHP_VERSION
FROM unit:php${PHP_VERSION}

# Setup Debian
RUN apt-get -y update && apt-get -y upgrade && ACCEPT_EULA=Y && apt-get install -y \
Expand Down
3 changes: 2 additions & 1 deletion 8/8.4/Dockerfile.nunit.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM ghcr.io/islamic-network/php:8.2-unit
ARG PHP_VERSION=$PHP_VERSION
FROM ghcr.io/islamic-network/php:${PHP_VERSION}-unit

ENV PROVISION_CONTEXT "nunit_development"

Expand Down

0 comments on commit 93bb3c8

Please sign in to comment.