Skip to content
This repository has been archived by the owner on Mar 31, 2020. It is now read-only.

Commit

Permalink
Upgrade Docker version
Browse files Browse the repository at this point in the history
  • Loading branch information
soedar committed Dec 20, 2018
1 parent 34a6a9e commit 5706320
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jenkins/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM jenkins/jenkins:lts-alpine

ENV TZ Asia/Singapore
ENV DOCKER_VERSION 18.06.1
ENV DOCKER_VERSION 18.09.0
ENV DOCKER_COMPOSE_VERSION 1.22.0
ENV GIT_LFS_VERSION 2.6.1

Expand All @@ -10,7 +10,7 @@ USER root
RUN \
apk add --no-cache openssl tzdata rsync python3 make \
&& ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone \
&& curl -L -o docker-latest.tgz https://download.docker.com/linux/static/stable/x86_64/docker-${DOCKER_VERSION}-ce.tgz \
&& curl -L -o docker-latest.tgz https://download.docker.com/linux/static/stable/x86_64/docker-${DOCKER_VERSION}.tgz \
&& tar -xf docker-latest.tgz \
&& mv docker/* /usr/bin \
&& rm -rf docker docker-latest.tgz \
Expand Down

0 comments on commit 5706320

Please sign in to comment.