Skip to content

Update the API Firewall to v0.8.5#18095

Merged
yosifkit merged 1 commit intodocker-library:masterfrom
afr1ka:master
Dec 13, 2024
Merged

Update the API Firewall to v0.8.5#18095
yosifkit merged 1 commit intodocker-library:masterfrom
afr1ka:master

Conversation

@afr1ka
Copy link
Contributor

@afr1ka afr1ka commented Dec 13, 2024

No description provided.

@afr1ka afr1ka requested a review from a team as a code owner December 13, 2024 18:24
@github-actions
Copy link

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:

@yosifkit yosifkit merged commit c751a09 into docker-library:master Dec 13, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants