Version v0.1.2

This commit is contained in:
Nikolai Rodionov
2023-02-15 09:01:11 +01:00
parent aa3435ee7b
commit b596961291
4 changed files with 8 additions and 3 deletions

View File

@ -1,4 +1,5 @@
FROM ghcr.io/allanger/dumb-downloader as builder
ARG BASE_VERSION=latest
FROM ghcr.io/allanger/dumb-downloader:${BASE_VERSION} as builder
RUN apt-get update -y && apt-get install tar -y
ARG HELM_VERSION=v3.10.3
ARG HELMFILE_VERSION=0.150.0