Skip to content

Commit

Permalink
deps/coraza/api: bump golang from ace6cc3 to a8836ec in /coraza/api
Browse files Browse the repository at this point in the history
Bumps golang from `ace6cc3` to `a8836ec`.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 8, 2024
1 parent 9931d62 commit 3438442
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions coraza/api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22-alpine@sha256:a8836ec73ab2f18e7f9abe18cdf2580b9575226e7dabeec3fc5230f8788aa9c4 AS builder
FROM golang:1.22-alpine@sha256:8c9183f715b0b4eca05b8b3dbf59766aaedb41ec07477b132ee2891ac0110a07 AS builder

WORKDIR /usr/src/app

Expand All @@ -11,7 +11,7 @@ COPY --chmod=644 crs.sh .
RUN apk add bash git && \
bash crs.sh Download

FROM golang:1.22-alpine@sha256:a8836ec73ab2f18e7f9abe18cdf2580b9575226e7dabeec3fc5230f8788aa9c4
FROM golang:1.22-alpine@sha256:8c9183f715b0b4eca05b8b3dbf59766aaedb41ec07477b132ee2891ac0110a07

COPY --from=builder --chown=0:0 /usr/local/bin/bw-coraza /usr/local/bin/bw-coraza

Expand Down

0 comments on commit 3438442

Please sign in to comment.