Skip to content

Commit

Permalink
align ftw version to the one used in the coreruleset
Browse files Browse the repository at this point in the history
  • Loading branch information
aabfalterer committed Aug 26, 2024
1 parent 5b5bb01 commit e3d506e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ftw/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Copyright 2022 The OWASP Coraza contributors
# SPDX-License-Identifier: Apache-2.0

# Stick with go-ftw:0.6.4 until CRS tests new format is merged (https://github.com/coreruleset/coreruleset/pull/3369)
FROM ghcr.io/coreruleset/go-ftw:0.6.4
FROM ghcr.io/coreruleset/go-ftw:1.0.3

RUN apk update && apk add curl

Expand Down

0 comments on commit e3d506e

Please sign in to comment.