Skip to content

Commit

Permalink
Docker version
Browse files Browse the repository at this point in the history
  • Loading branch information
shawju committed Oct 14, 2021
1 parent 4660b63 commit 4fff9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ARG CONTAINERD_VERSION="1.2.13-3.1.el7"
ENV CONTAINERD_VERSION=${CONTAINERD_VERSION}

# Specify Docker version to install. Get versions using 'dnf list docker-ce --showduplicates | sort -r'
ARG DOCKER_VERSION="19.03.15"
ARG DOCKER_VERSION="3:19.03.13"
ENV DOCKER_VERSION=${DOCKER_VERSION}

# Intentionally do not specify versions for the tools in the Development Tools group and other
Expand Down

0 comments on commit 4fff9e1

Please sign in to comment.