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

Commit

Permalink
Merge pull request #4 from rainchei/patch-1
Browse files Browse the repository at this point in the history
ARG VSTS_VERSION="2.164.3"
  • Loading branch information
JamesJJ authored Jan 16, 2020
2 parents 4d597f2 + 8038486 commit 7580309
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.163.1"
ARG VSTS_VERSION="2.164.3"
ARG TINI_VERSION="v0.18.0"

ENV VSTS_BASE_DIR="${VSTS_BASE_DIR}"
Expand Down

0 comments on commit 7580309

Please sign in to comment.