Skip to content

Commit

Permalink
Merge pull request #28 from afr1ka/main
Browse files Browse the repository at this point in the history
Release v0.6.6. Update Dockerfile.
  • Loading branch information
Andrey MrEcco Burindin authored Dec 9, 2021
2 parents 3a7feb7 + 96b7044 commit 0615486
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ FROM alpine:3.14
RUN set -eux; \
adduser -u 1000 -H -h /opt -D -s /bin/sh api-firewall

ENV APIFIREWALL_VERSION 0.6.5
ENV APIFIREWALL_URL https://github.com/wallarm/api-firewall/releases/download/v0.6.5/api-firewall_linux-amd64
ENV APIFIREWALL_SHA256 599f3e3bb385742cc978da85d359c81bfc02d8d1a9cacef551b9bfe8b3a4603a
ENV APIFIREWALL_VERSION 0.6.6
ENV APIFIREWALL_URL https://github.com/wallarm/api-firewall/releases/download/v0.6.6/api-firewall_linux-amd64
ENV APIFIREWALL_SHA256 13de55efc9045ffc3dbf2e31d20e4844d8501283b3b431dbeca4fad87f8ed322

RUN set -eux; \
\
Expand Down

0 comments on commit 0615486

Please sign in to comment.