We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 673623a + 1ad20eb commit 1e6e375Copy full SHA for 1e6e375
1 file changed
coraza/api/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.23-alpine@sha256:13aaa4b92fd4dc81683816b4b62041442e9f685deeb848897ce78c5e2fb03af7 AS builder
+FROM golang:1.23-alpine@sha256:04ec5618ca64098b8325e064aa1de2d3efbbd022a3ac5554d49d5ece99d41ad5 AS builder
2
3
WORKDIR /usr/src/app
4
@@ -11,7 +11,7 @@ COPY --chmod=644 crs.sh .
11
RUN apk add bash git && \
12
bash crs.sh Download
13
14
-FROM golang:1.23-alpine@sha256:13aaa4b92fd4dc81683816b4b62041442e9f685deeb848897ce78c5e2fb03af7
+FROM golang:1.23-alpine@sha256:04ec5618ca64098b8325e064aa1de2d3efbbd022a3ac5554d49d5ece99d41ad5
15
16
COPY --from=builder --chown=0:0 /usr/local/bin/bw-coraza /usr/local/bin/bw-coraza
17
0 commit comments