Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ updates:
schedule:
interval: "daily"
- package-ecosystem: "docker"
directory: "/docker-compose"
directory: "/devtools"
registries:
- coop-ghcr
schedule:
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
services:
techdocs:
build:
context: docker-compose
context: devtools
dockerfile: Dockerfile
target: techdocs
environment:
Expand Down
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ volumes:
nothing: { }
```

```Dockerfile title="docker-compose/Dockerfile"
FROM ghcr.io/coopnorge/engineering-docker-images/e0/techdocs:latest@sha256:1216b9a8944a5e8d24a7c878209748430140eee33f03e2b12c89d2216a21d924 as techdocs
```Dockerfile title="devtools/Dockerfile"
FROM ghcr.io/coopnorge/engineering-docker-images/e0/techdocs:latest@sha256:9fcfff7ec6eaf40ea790b7e133e0db10b65cb336c53785f9cb849b069cd6a302 as techdocs
```

```yaml title=".github/dependabot.yml"
Expand All @@ -78,7 +78,7 @@ registries:

updates:
- package-ecosystem: "docker"
directory: "/docker-compose"
directory: "/devtools"
registries:
- coop-ghcr
schedule:
Expand Down
Loading