mirror of
https://github.com/prodrigestivill/docker-postgres-backup-local.git
synced 2026-06-11 22:18:06 +00:00
Rename Dockerfiles
This commit is contained in:
+2
-2
@@ -9,12 +9,12 @@ target "common" {
|
||||
|
||||
target "debian" {
|
||||
inherits = ["common"]
|
||||
dockerfile = "Dockerfile-debian"
|
||||
dockerfile = "debian.Dockerfile"
|
||||
}
|
||||
|
||||
target "alpine" {
|
||||
inherits = ["common"]
|
||||
dockerfile = "Dockerfile-alpine"
|
||||
dockerfile = "alpine.Dockerfile"
|
||||
}
|
||||
|
||||
target "debian-latest" {
|
||||
|
||||
Reference in New Issue
Block a user