Skip to content

Commit bff89f4

Browse files
authored
Merge pull request #8 from wakeward/chore/triggering-workflow-pipeline
chore: add a todo for automatic version bumps
2 parents 79b17cc + 8c3e75d commit bff89f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kubectl/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ WORKDIR /
44
RUN apt update && apt install -y ca-certificates \
55
curl
66

7+
## TODO make VERSION automatically update with dependabot
78
ENV VERSION="1.35.0"
89
RUN curl -sfSOL "https://dl.k8s.io/release/v$VERSION/bin/linux/amd64/kubectl"
910

0 commit comments

Comments
 (0)