Skip to content

Commit

Permalink
Merge pull request #4 from linuxbandit/feat/bump-default-version
Browse files Browse the repository at this point in the history
feat: bump to default of docker 20.10
  • Loading branch information
linuxbandit authored Sep 15, 2021
2 parents b8f79e3 + 2d71eac commit 2881319
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG DOCKER_VERSION=19.03
ARG DOCKER_VERSION=20.10
FROM docker:${DOCKER_VERSION}

RUN apk add --no-cache bash docker-compose
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# DinD with bash
DinD (Docker in docker) with bash and docker-compose inside

default docker version: 19.03
default docker version: 20.10

upgrade/change with `DOCKERV=21.10 docker build -t jobtomelabs/dind-bash:${DOCKERV} --build-arg DOCKER_VERSION=${DOCKERV} .`

0 comments on commit 2881319

Please sign in to comment.