Skip to content

Commit 45f66fd

Browse files
author
TP Honey
authored
Merge pull request #365 from tphoney/patch-1
2 parents 7f2f86c + bdefe42 commit 45f66fd

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@ docker run --rm \
7373
plugins/docker --dry-run
7474
```
7575

76+
## Developer Notes
77+
78+
- When updating the base image, you will need to update for each architecture and OS.
79+
- Arm32 base images are no longer being updated.
80+
7681
## Release procedure
7782

7883
Run the changelog generator.

docker/docker/Dockerfile.linux.amd64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker:20.10.9-dind
1+
FROM docker:20.10.14-dind
22

33
ENV DOCKER_HOST=unix:///var/run/docker.sock
44

docker/docker/Dockerfile.linux.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM arm64v8/docker:20.10.9-dind
1+
FROM arm64v8/docker:20.10.14-dind
22

33
ENV DOCKER_HOST=unix:///var/run/docker.sock
44

0 commit comments

Comments
 (0)