Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the API Firewall to v0.7.4 #17170

Merged
merged 1 commit into from
Jul 12, 2024
Merged

Conversation

afr1ka
Copy link
Contributor

@afr1ka afr1ka commented Jul 12, 2024

No description provided.

@afr1ka afr1ka requested a review from a team as a code owner July 12, 2024 15:38
Copy link

Diff for 27f15ec:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index f63af01..d36da90 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,8 +1,8 @@
 Maintainers: Ivan Novikov <[email protected]> (@d0znpp), Nikolay Tkachenko (@afr1ka)
 GitRepo: https://github.com/wallarm/api-firewall-docker.git
 
-Tags: 0.7.3, latest
+Tags: 0.7.4, latest
 Architectures: amd64, arm64v8, i386
 GitFetch: refs/heads/main
-GitCommit: c63bbed490a94a2ea89c6ea656592f15ffb9cb92
-Directory: 0.7.3
+GitCommit: 0ea1be5ada7c57564afb40d303b32eea3282c778
+Directory: 0.7.4
diff --git a/_bashbrew-list b/_bashbrew-list
index 53b94b0..5c68030 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,2 +1,2 @@
-api-firewall:0.7.3
+api-firewall:0.7.4
 api-firewall:latest
diff --git a/api-firewall_latest/Dockerfile b/api-firewall_latest/Dockerfile
index e7af328..2cee56a 100644
--- a/api-firewall_latest/Dockerfile
+++ b/api-firewall_latest/Dockerfile
@@ -1,4 +1,4 @@
-FROM alpine:3.19
+FROM alpine:3.20
 
 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.7.3
+ENV APIFIREWALL_VERSION v0.7.4
 
 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='a381991ff6b0da037a6a1ab0226f2f5cec2d44732fd7c5eb03076da0d46178aa'; \
+            sha256='176bbcd6165de7dc03184fe64eb2018e129a130b41fd4f5908a81dd50fcabeb0'; \
             ;; \
         'aarch64') \
             url="https://github.com/wallarm/api-firewall/releases/download/${APIFIREWALL_VERSION}/api-firewall-arm64-musl.tar.gz"; \
-            sha256='c31ce1b8be28825fd2668206a22970d26d0a7cc958e4ed7aa4cfcbf9865e15e2'; \
+            sha256='24e67d30b5f32138a6b83dbaee886af2d4084c0b29e197b80378f4414b6079c9'; \
             ;; \
         'x86') \
             url="https://github.com/wallarm/api-firewall/releases/download/${APIFIREWALL_VERSION}/api-firewall-386-musl.tar.gz"; \
-            sha256='ac32e358d85015b7aec8ec402d2834927950068b6b2ccbd9279f420c79db2f00'; \
+            sha256='75f92885364801f9af7c64cff91529745bad5d1f88ebe20053ab99311eab91e6'; \
             ;; \
         *) \
             echo >&2 "error: current architecture ($arch) does not have a corresponding API-Firewall binary release"; \

Relevant Maintainers:

@tianon tianon merged commit bbc3bde into docker-library:master Jul 12, 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.

2 participants