diff --git a/dockerfiles/vcpkg/platform-core-ubuntu-22.04/Dockerfile b/dockerfiles/vcpkg/platform-core-ubuntu-22.04/Dockerfile index 16523211116..4d4e8dbc3e2 100644 --- a/dockerfiles/vcpkg/platform-core-ubuntu-22.04/Dockerfile +++ b/dockerfiles/vcpkg/platform-core-ubuntu-22.04/Dockerfile @@ -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 diff --git a/roxie/udplib/udptrs.cpp b/roxie/udplib/udptrs.cpp index 1c873277dbb..e488c011324 100644 --- a/roxie/udplib/udptrs.cpp +++ b/roxie/udplib/udptrs.cpp @@ -286,7 +286,7 @@ class UdpReceiverEntry : public IUdpReceiverEntry { //requestExpiryTime 0 should only be used if there is no data to send. Ensure it is non zero otherwise. if (newExpiryTime == 0) - newExpiryTime == 1; + newExpiryTime = 1; requestExpiryTime.store(newExpiryTime); }