Skip to content

Commit

Permalink
HPCC-31022 Bump kubectl and git-lfs versions
Browse files Browse the repository at this point in the history
Note:  The bullseye and jammy v2.4.0 binaries were identical

Gordon Smith <[email protected]>
  • Loading branch information
GordonSmith committed Dec 15, 2023
1 parent b55d039 commit 0640f7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/vcpkg/platform-core-ubuntu-22.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ RUN apt-get install -y \
gdb \
nano

RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.28.3/bin/linux/amd64/kubectl && \
RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.28.4/bin/linux/amd64/kubectl && \
chmod +x ./kubectl && \
mv ./kubectl /usr/local/bin

RUN curl -LO https://packagecloud.io/github/git-lfs/packages/debian/bullseye/git-lfs_3.4.0_amd64.deb/download && \
RUN curl -LO https://packagecloud.io/github/git-lfs/packages/debian/jammy/git-lfs_3.4.1_amd64.deb/download && \
dpkg -i download && \
rm download

Expand Down

0 comments on commit 0640f7e

Please sign in to comment.