Skip to content
This repository has been archived by the owner on May 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #2 from soem/update/vsts-agent_v2.162.0
Browse files Browse the repository at this point in the history
ARG VSTS_VERSION="2.162.0"
  • Loading branch information
JamesJJ authored Dec 23, 2019
2 parents a4709ad + 9258dd0 commit 29d14d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM centos:7

ARG VSTS_BASE_DIR="/opt/vsts"
ARG VSTS_LINUX_USER="vsts"
ARG VSTS_VERSION="2.161.0"
ARG VSTS_VERSION="2.162.0"
ARG TINI_VERSION="v0.18.0"

ENV VSTS_BASE_DIR="${VSTS_BASE_DIR}"
Expand Down

0 comments on commit 29d14d2

Please sign in to comment.