From 45fe0a4aa839f62dd07d22590579fba2962760de Mon Sep 17 00:00:00 2001 From: manunz Date: Sat, 31 May 2025 18:13:02 +0000 Subject: [PATCH] Fix Docker build issues and bump version to 1.0.1 --- Dockerfile | 6 ++++-- config.yaml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) 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: