From f6d38049078b5d5863288f7bfb1fcb663b2006e4 Mon Sep 17 00:00:00 2001 From: djpbessems Date: Thu, 6 Jun 2024 21:38:06 +1000 Subject: [PATCH] build: Rebase action step container image --- .gitea/workflows/actions.yaml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/actions.yaml b/.gitea/workflows/actions.yaml index 7101296..ac6a530 100644 --- a/.gitea/workflows/actions.yaml +++ b/.gitea/workflows/actions.yaml @@ -100,7 +100,7 @@ jobs: name: Helm chart runs-on: dind needs: semrel_dryrun - container: docker.io/alpine/helm + container: code.spamasaurus.com/djpbessems/packer-extended:1.3.0 steps: - name: Check out repository code uses: actions/checkout@v4 diff --git a/Dockerfile b/Dockerfile index 11d3780..f7a66e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:latest AS download - RUN apk --update add --no-cache \ +RUN apk --update add --no-cache \ curl \ jq && \ curl -L https://api.github.com/repos/helm/helm/releases/latest | \