Skip to content

Commit

Permalink
Merge pull request #110 from appuio/bump-deps
Browse files Browse the repository at this point in the history
Bump all dependencies
  • Loading branch information
mhutter authored May 21, 2024
2 parents 38736cb + 4894d17 commit 2d0bdad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
FROM docker.io/library/alpine:3.19

# renovate: datasource=github-releases depName=helm/helm
ENV HELM_VERSION=v3.14.4
ENV HELM_VERSION=v3.15.0
# renovate: datasource=github-releases depName=helmfile/helmfile
ENV HELMFILE_VERSION=v0.163.1
ENV HELMFILE_VERSION=v0.164.0
# renovate: datasource=github-releases depName=mozilla/sops
ENV SOPS_VERSION=v3.8.1
# renovate: datasource=github-releases depName=kubernetes/kubernetes
ENV KUBECTL_VERSION=v1.29.5
ENV KUBECTL_VERSION=v1.30.1

# `git` is used during CI/CD processes
# `openssh` is used to clone git repositories via SSH
Expand Down

0 comments on commit 2d0bdad

Please sign in to comment.