Skip to content

Commit

Permalink
Merge pull request #29 from opensafely-core/madwort/docker-compose-2
Browse files Browse the repository at this point in the history
chore: use Docker Compose V2
  • Loading branch information
madwort authored Dec 1, 2023
2 parents 15d124a + 173b0b6 commit a4d081d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export BASE_GITREF=$(shell git rev-parse --short HEAD)


build:
docker-compose build --pull $(ARGS) base-docker-20.04 base-docker-22.04 base-action-20.04 base-action-22.04
docker compose build --pull $(ARGS) base-docker-20.04 base-docker-22.04 base-action-20.04 base-action-22.04

clean-build: ARGS=--no-cache
clean-build: build

0 comments on commit a4d081d

Please sign in to comment.