Skip to content

Commit

Permalink
chore: update references
Browse files Browse the repository at this point in the history
Signed-off-by: Felipe Zipitria <felipe.zipitria@owasp.org>
  • Loading branch information
fzipi committed Jul 5, 2024
1 parent 2244d0b commit 45dcfe0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ variable "coraza-version" {
variable "REPOS" {
# List of repositories to tag
default = [
#"corazawaf/coraza-crs",
"ghcr.io/corazawaf/coraza-crs",
#"owasp/coraza-crs",
"ghcr.io/coreruleset/coraza-crs",
]
}

Expand Down Expand Up @@ -65,7 +65,7 @@ target "platforms-base" {
context="."
platforms = ["linux/amd64", "linux/arm/v6", "linux/arm/v7", "linux/arm64"]
labels = {
"org.opencontainers.image.source" = "https://github.com/corazawaf/coraza-crs-docker"
"org.opencontainers.image.source" = "https://github.com/coreruleset/coraza-crs-docker"
}
args = {
CRS_VERSION = "${crs-version}"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:

## Coraza WAF running on Caddy
coraza-crs:
image: corazawaf/coraza-crs:caddy-alpine
image: coreruleset/coraza-crs:caddy-alpine
depends_on:
- whoami
networks:
Expand Down

0 comments on commit 45dcfe0

Please sign in to comment.