diff --git a/.github/workflows/docker-build-and-push.yml b/.github/workflows/docker-build-and-push.yml index 6760dd9..bb22943 100644 --- a/.github/workflows/docker-build-and-push.yml +++ b/.github/workflows/docker-build-and-push.yml @@ -22,6 +22,8 @@ on: schedule: # re-run montly to keep image fesh with upstream base images - cron: '0 12 15 * *' + workflow_dispatch: + # run whenever we want! jobs: build-and-push-images: diff --git a/Dockerfile b/Dockerfile index 51859c3..b8a2e8d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,15 +9,15 @@ ARG TARGETPLATFORM ARG BUILDPLATFORM RUN echo "I am running on $BUILDPLATFORM, building for $TARGETPLATFORM" > /log -ENV COMPOSE_VERSION=v2.0.0-beta.3 \ +ENV COMPOSE_VERSION=v2.0.0-beta.4 \ # https://github.com/docker/compose-cli/releases - HELM_VERSION=3.6.0 \ + HELM_VERSION=3.6.2 \ # https://github.com/helm/helm/releases - KUBECTL_VERSION=1.21.1 \ + KUBECTL_VERSION=1.21.2 \ # https://dl.k8s.io/release/stable.txt KUBECTX_VERSION=0.9.3 \ # https://github.com/ahmetb/kubectx/releases - STERN_VERSION=1.18.0 \ + STERN_VERSION=1.19.0 \ # https://github.com/stern/stern/releases COMPLETIONS=/usr/share/bash-completion/completions