Skip to content

Commit 44a9748

Browse files
author
Alexis Lefebvre
committed
fix: swap docker and docker-compose
1 parent ead2498 commit 44a9748

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FROM docker:latest
1+
FROM docker-compose:latest

docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FROM docker/compose:latest
1+
FROM docker:latest

0 commit comments

Comments
 (0)