mirror of
https://github.com/prodrigestivill/docker-postgres-backup-local.git
synced 2026-06-12 06:28:02 +00:00
Rename Dockerfiles
This commit is contained in:
+2
-2
@@ -28,12 +28,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