Skip to content

Commit

Permalink
Feature/build agent update (#2820)
Browse files Browse the repository at this point in the history
* Add `tzdata` to build agent

* Update azure agent version to latest
  • Loading branch information
jon-shipley authored Jun 17, 2024
1 parent fa318e8 commit 985de8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy/build-agent/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down Expand Up @@ -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 \
Expand Down

0 comments on commit 985de8e

Please sign in to comment.