diff --git a/deploy/build-agent/Dockerfile b/deploy/build-agent/Dockerfile index b8531ffcb6..7a26a26c46 100644 --- a/deploy/build-agent/Dockerfile +++ b/deploy/build-agent/Dockerfile @@ -77,6 +77,7 @@ RUN apt-get update && \ libncurses5-dev \ libyaml-dev \ libnss3 \ + tzdata \ # for zipping up function apps zip \ && rm -rf /var/lib/apt/lists/* @@ -158,7 +159,7 @@ RUN curl -sL https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | b # install azuredevops agent service # https://github.com/microsoft/azure-pipelines-agent/releases ARG TARGETARCH=amd64 -ARG AGENT_VERSION=3.236.0 +ARG AGENT_VERSION=3.241.0 WORKDIR /azp RUN if [ "$TARGETARCH" = "amd64" ]; then \