Skip to content

Commit d39367e

Browse files
committed
Update Makefile [no ci]
1 parent d9d002d commit d39367e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Makefile

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@ versions = \
44
alpine
55

66
alpine_tags = \
7-
12-alpine \
87
13-alpine \
98
14-alpine \
109
15-alpine \
1110
16-alpine \
12-
15-alpine
11+
17-alpine
1312

1413
debian_tags = \
15-
12 \
1614
13 \
1715
14 \
1816
15 \
@@ -34,7 +32,7 @@ build:
3432
--file $(distro).Dockerfile \
3533
--build-arg base_image=public.ecr.aws/docker/library/postgres:$(version) \
3634
.
37-
IMAGE=$(tag) docker-compose -f docker-compose.test.yml run sut
38-
IMAGE=$(tag) docker-compose -f docker-compose.test.yml down
35+
IMAGE=$(tag) docker compose -f docker-compose.test.yml run sut
36+
IMAGE=$(tag) docker compose -f docker-compose.test.yml down
3937

4038
.PHONY: $(alpine_tags) $(debian_tags)

0 commit comments

Comments
 (0)