Skip to content

Commit cc5fdbd

Browse files
authored
Merge pull request #24 from kilnfi/chore/upgrade-alpine
chore: upgrade alpine
2 parents e5542f8 + 87ea67e commit cc5fdbd

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Builder
2-
ARG BUILDER=golang:1.23-alpine3.20
3-
ARG RUNNER=alpine:3.20
2+
ARG BUILDER=golang:1.23-alpine3.21
3+
ARG RUNNER=alpine:3.21
44
ARG CARDANO_VERSION=10.1.3
55
ARG CNCLI_VERSION=6.5.1
66

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ Then, to start the watcher, execute the following command:
3737
./cardano-validator-watcher [flags]
3838
```
3939

40-
If you don't specify a config path, by default, the watcher searches for a `config.yaml` file in the current directory.
41-
4240
### Flags
4341

4442
| Flag | Description | Default Value | Required |

0 commit comments

Comments
 (0)