Skip to content

Commit cca6d9c

Browse files
committed
feat: 8.1
1 parent 742183f commit cca6d9c

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
1+
FROM php:8.1
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)