mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 15:06:27 +00:00
docs(datasource/repology): fix typo (#30097)
This commit is contained in:
parent
9c0b54b925
commit
ea81fd256e
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ First you would set a custom manager in your `renovate.json` file for `Dockerfil
|
|||
|
||||
Then you would put comments in your Dockerfile, to tell Renovate where to find the updates:
|
||||
|
||||
```docker
|
||||
```dockerfile
|
||||
FROM alpine:3.12.0@sha256:a15790640a6690aa1730c38cf0a440e2aa44aaca9b0e8931a9f2b0d7cc90fd65
|
||||
|
||||
# renovate: datasource=repology depName=alpine_3_12/gcc versioning=loose
|
||||
|
|
Loading…
Reference in a new issue