Skip to content

Commit 47b3747

Browse files
committed
Fixed code highlighting
1 parent c42b917 commit 47b3747

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/authoring.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ Tools are packaged, stored and transported as container images but containerizat
1717
1. The file requires a final target called `prepare`
1818
1. If you rely on an existing tool to package your tool, declare the respective container image first, e.g. `make`:
1919

20-
```Dockerfile
20+
```
2121
FROM ghcr.io/uniget-org/tools/make:latest AS make
2222
```
2323
2424
If you are using a pinned version instead of the `latest` tag, the tag will not get renovated. This is not recommended.
2525
2626
The copy the contents into your image:
2727
28-
```Dockerfile
28+
```
2929
COPY --from=make / /usr/local
3030
```
3131

0 commit comments

Comments
 (0)