We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faf6d2e commit 0f0184bCopy full SHA for 0f0184b
1 file changed
README.md
@@ -14,18 +14,18 @@
14
### Pull, build or run this image
15
```bash
16
# pull the most recent tag / release
17
-docker pull beevelop/base:v2022.06.1
+docker pull beevelop/base:v2022.06.2
18
19
# or run the image interactively
20
-docker run --rm --name beevelop -it beevelop/base:v2022.06.1 bash
+docker run --rm --name beevelop -it beevelop/base:v2022.06.2 bash
21
22
# or build the image from GitHub
23
docker build -t beevelop/base github.com/beevelop/docker-base
24
```
25
26
### Or use as base image
27
```Dockerfile
28
-FROM beevelop/base:v2022.06.1
+FROM beevelop/base:v2022.06.2
29
30
31
---
0 commit comments