Skip to content

Commit

Permalink
Bump version and fix release file name in Dockerfile.template
Browse files Browse the repository at this point in the history
Change-type: patch
  • Loading branch information
drskullster authored Apr 23, 2024
1 parent ff53d07 commit aba810b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ RUN install_packages dnsmasq wireless-tools

WORKDIR /usr/src/app

ARG VERSION="4.4.0"
RUN curl -Ls "https://github.com/balena-io/wifi-connect/releases/download/v$VERSION/wifi-connect-v$VERSION-linux-%%BALENA_ARCH%%.tar.gz" \
ARG VERSION="4.11.37"
RUN curl -Ls "https://github.com/balena-io/wifi-connect/releases/download/v$VERSION/wifi-connect-unknown-linux-%%BALENA_ARCH%%.tar.gz" \
| tar -xvz -C /usr/src/app/

COPY scripts/start.sh .
Expand Down

0 comments on commit aba810b

Please sign in to comment.