Skip to content

Commit

Permalink
v1.32.1
Browse files Browse the repository at this point in the history
  • Loading branch information
timurgaleev committed Jan 15, 2025
1 parent 7271c5f commit a028618
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM alpine

RUN apk add --no-cache bash curl

ENV VERSION v1.32.0
ENV VERSION v1.32.1

RUN curl -sLO https://storage.googleapis.com/kubernetes-release/release/${VERSION}/bin/linux/amd64/kubectl && \
chmod +x kubectl && mv kubectl /usr/local/bin/kubectl
Expand Down
2 changes: 1 addition & 1 deletion LATEST
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.32.0
v1.32.1
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ docker pull timzu/kubectl
## version

```
ENV VERSION v1.32.0
ENV VERSION v1.32.1
```

## latest

```
ENV LATEST v1.32.0
ENV LATEST v1.32.1
```
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.32.0
v1.32.1

0 comments on commit a028618

Please sign in to comment.