Skip to content

Commit 5cd647f

Browse files
committed
Default variant is 24-cli
1 parent afa0e01 commit 5cd647f

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG VERSION=20-cli
1+
ARG VERSION=24-cli
22

33
FROM docker:$VERSION
44

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ DOCKER_IMAGE=dockette/docker
33
docker-build:
44
docker buildx \
55
build \
6-
--platform linux/amd64,linux/arm64 \
6+
--platform linux/arm64 \
77
--pull \
8-
--build-arg VERSION=23-cli \
8+
--build-arg VERSION=24-cli \
99
-t ${DOCKER_IMAGE} \
1010
.

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
[![Join the chat](https://img.shields.io/gitter/room/dockette/dockette.svg?style=flat-square)](https://gitter.im/dockette/dockette?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
1414

15-
## Info
15+
## Usage
1616

1717
This image is useful in GitLab CI and any other docker-based environments.
1818

@@ -23,4 +23,12 @@ Preinstalled:
2323
- git
2424
- wget
2525
- curl
26-
- direnv
26+
- direnv
27+
28+
**Images**
29+
30+
- `dockette/docker:latest`
31+
- `dockette/docker:20-cli`
32+
- `dockette/docker:23-cli`
33+
- `dockette/docker:24-cli`
34+

0 commit comments

Comments
 (0)