Skip to content

Commit 4385305

Browse files
committed
Consistently use subfolder for docker_exec_phusion
1 parent 402c146 commit 4385305

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22

33
updates:
44
- package-ecosystem: docker
5-
directory: "/docker_exec_phusion"
5+
directory: "/docker_exec_phusion/latest"
66
schedule:
77
interval: daily
88
time: "03:00"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Each image derived from `docker_exec_phusion` should be compatible with a non-pr
3636
### Build
3737

3838
```shell
39-
docker build --no-cache -t openhpi/docker_exec_phusion docker_exec_phusion/.
39+
docker build --no-cache -t openhpi/docker_exec_phusion docker_exec_phusion/latest/.
4040
docker build --no-cache -t openhpi/co_execenv_java:17 co_execenv_java/17/.
4141
# ...
4242
```

0 commit comments

Comments
 (0)