Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
Selecting version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
GioF71 committed Oct 20, 2023
1 parent 00d7a19 commit 7c98f5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
ARG BASE_IMAGE
FROM ${BASE_IMAGE:-debian:stable-slim} AS BASE

ARG SPOT_CONNECT_VERSION=0.3.2

RUN mkdir /app/bin -p
COPY app/bin/install-pkg.sh /app/bin/
RUN chmod u+x /app/bin/install-pkg.sh
Expand Down
2 changes: 0 additions & 2 deletions app/bin/download.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/bin/bash

SPOT_CONNECT_VERSION="0.3.2"

mkdir -p /app/release
cd /app/release
wget "https://github.com/philippe44/SpotConnect/releases/download/${SPOT_CONNECT_VERSION}/SpotConnect-${SPOT_CONNECT_VERSION}.zip"
Expand Down

0 comments on commit 7c98f5b

Please sign in to comment.