Skip to content

Commit baba3c2

Browse files
committed
[ubuntu-dev] upgrade to hub 2.6.0
1 parent b74240b commit baba3c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ubuntu-dev/ubuntu-dev.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ RUN echo "\n# Colored and git aware prompt." >> /home/user/.bashrc \
125125
&& echo "PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$(__git_ps1 \" (%s)\") $ '" >> /home/user/.bashrc
126126

127127
# Install the latest GitHub helper.
128-
RUN __HUB_VERSION__="2.5.0" \
128+
RUN __HUB_VERSION__="2.6.0" \
129129
&& mkdir /tmp/hub \
130130
&& cd /tmp/hub \
131131
&& curl -L https://github.com/github/hub/releases/download/v${__HUB_VERSION__}/hub-linux-amd64-${__HUB_VERSION__}.tgz | tar xz \

0 commit comments

Comments
 (0)