Skip to content

Commit

Permalink
Merge pull request #86 from bunkerity/dependabot/docker/coraza/api/de…
Browse files Browse the repository at this point in the history
…v/golang-a8836ec

deps/coraza/api: bump golang from `ace6cc3` to `a8836ec` in /coraza/api
  • Loading branch information
TheophileDiot authored Jul 8, 2024
2 parents fed84e2 + 3438442 commit 62c7224
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 62c7224

Please sign in to comment.