Update the API Firewall to v0.8.5#18095
Merged
yosifkit merged 1 commit intodocker-library:masterfrom Dec 13, 2024
Merged
Conversation
Diff for b998985:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 5ea4ea0..2ea50bb 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,8 +1,8 @@
Maintainers: Ivan Novikov <in@wallarm.com> (@d0znpp), Nikolay Tkachenko (@afr1ka)
GitRepo: https://github.com/wallarm/api-firewall-docker.git
-Tags: 0.8.4, latest
+Tags: 0.8.5, latest
Architectures: amd64, arm64v8, i386
GitFetch: refs/heads/main
-GitCommit: 68375d5f34d01ee894aae48bd001863a7fce0faf
-Directory: 0.8.4
+GitCommit: 0929ac5d2e12037741789bed7a6cf2694887f776
+Directory: 0.8.5
diff --git a/_bashbrew-list b/_bashbrew-list
index fb2e053..3fc00f5 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,2 +1,2 @@
-api-firewall:0.8.4
+api-firewall:0.8.5
api-firewall:latest
diff --git a/api-firewall_latest/Dockerfile b/api-firewall_latest/Dockerfile
index 758adbe..3618a0d 100644
--- a/api-firewall_latest/Dockerfile
+++ b/api-firewall_latest/Dockerfile
@@ -1,4 +1,4 @@
-FROM alpine:3.20
+FROM alpine:3.21
ENV APIFW_PATH /opt/api-firewall
ENV PATH $APIFW_PATH:$PATH
@@ -6,7 +6,7 @@ ENV PATH $APIFW_PATH:$PATH
RUN set -eux; \
adduser -u 1000 -H -h /opt -D -s /bin/sh api-firewall
-ENV APIFIREWALL_VERSION v0.8.4
+ENV APIFIREWALL_VERSION v0.8.5
RUN set -eux; \
\
@@ -16,15 +16,15 @@ RUN set -eux; \
case "$arch" in \
'x86_64') \
url="https://github.com/wallarm/api-firewall/releases/download/${APIFIREWALL_VERSION}/api-firewall-amd64-musl.tar.gz"; \
- sha256='7abaef17f0c1a9d8129dd559607f8850ae3b7b8451151506d954272bc58948d5'; \
+ sha256='fb78d1ec8487d8bdda99f48be1da32d1ca57f47a57d51a14f881f2a1f17e777f'; \
;; \
'aarch64') \
url="https://github.com/wallarm/api-firewall/releases/download/${APIFIREWALL_VERSION}/api-firewall-arm64-musl.tar.gz"; \
- sha256='2778b62f28aebd79af3b9125097d4c2455298a4aa777651e2a941d5425d8a1a5'; \
+ sha256='e0334cc6df7e2c9a281c43bd039525e2479fddf835029dc981b18f404586f370'; \
;; \
'x86') \
url="https://github.com/wallarm/api-firewall/releases/download/${APIFIREWALL_VERSION}/api-firewall-386-musl.tar.gz"; \
- sha256='53cbc4b37060ebe11493b69c42962f2b9ef114f86d115c4c8ff7acd4761dc574'; \
+ sha256='76528b49cf9530aa45f294115d2dff86c6722a68fc2e3beb3ec173095eed6b9a'; \
;; \
*) \
echo >&2 "error: current architecture ($arch) does not have a corresponding API-Firewall binary release"; \Relevant Maintainers: |
LaurentGoderre
approved these changes
Dec 13, 2024
yosifkit
approved these changes
Dec 13, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.