Skip to content

Commit

Permalink
Change ENV to ARG
Browse files Browse the repository at this point in the history
Allows for easier testing
  • Loading branch information
modem7 committed Apr 30, 2024
1 parent 112a60c commit 0f136c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crowdsec/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ ARG BUILD_FROM
FROM $BUILD_FROM

ARG BUILD_ARCH
ENV BUILD_IMG=crowdsecurity/crowdsec
ENV BUILD_VER=${BUILD_IMG}:v1.6.1-2
ARG BUILD_IMG=crowdsecurity/crowdsec
ARG BUILD_VER=${BUILD_IMG}:v1.6.1-2

RUN apt-get update
RUN apt-get install -y -q --install-recommends --no-install-suggests \
Expand Down

0 comments on commit 0f136c9

Please sign in to comment.