diff --git a/Dockerfile b/Dockerfile index 654a266..b90b0c6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,13 @@ -ARG BUILD_FROM=alpine:3.18 +ARG BUILD_FROM FROM $BUILD_FROM # Set shell SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Install required packages -RUN apk update && \ +RUN echo 'http://dl-cdn.alpinelinux.org/alpine/v3.16/main' >> /etc/apk/repositories && \ + echo 'http://dl-cdn.alpinelinux.org/alpine/v3.16/community' >> /etc/apk/repositories && \ + apk update && \ apk add --no-cache \ python3 \ py3-pip \ diff --git a/config.yaml b/config.yaml index 33cd2a7..8607a6f 100644 --- a/config.yaml +++ b/config.yaml @@ -1,6 +1,6 @@ name: "Expense Tracker" description: "Track and analyze personal or household expenses within Home Assistant" -version: "1.0.0" +version: "1.0.1" slug: "expense_tracker" init: false arch: