Skip to content

Commit e9b0770

Browse files
committed
Merge branch 'main' of github.com:Coderockr/docker-php into apache
2 parents eaaf3f1 + cca6d9c commit e9b0770

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.0-apache
1+
FROM php:8.1-apache
22

33
# keep ordered alphabetically to reduce diffs
44
RUN apt update && apt install -y \

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ IMAGE=ghcr.io/coderockr/php
44
TAG=$(shell git branch | grep \* | cut -d ' ' -f2)
55

66
build:
7-
docker build . -t $(IMAGE):$(TAG)
7+
DOCKER_BUILDKIT=1 docker build . -t $(IMAGE):$(TAG)
88

99
push: build
1010
docker push $(IMAGE):$(TAG)

0 commit comments

Comments
 (0)