Skip to content

Conversation

@davidxia
Copy link

@davidxia davidxia commented Aug 22, 2025

since the project now uses 1.22.

Also fix a warning found during docker build.
https://docs.docker.com/reference/build-checks/stage-name-casing/

docker build -t my-vegeta-image .

...

 1 warning found (use docker --debug to expand):
 - StageNameCasing: Stage name 'BUILD' should be lowercase (line 1)

Checklist

  • Git commit messages conform to community standards.
  • Each Git commit represents meaningful milestones or atomic units of work.
  • Changed or added code is covered by appropriate tests.

@davidxia davidxia requested a review from tsenart as a code owner August 22, 2025 20:02
since the project now uses 1.22.

Also upgrade alpine to latest available versions
and fix a warning found during `docker build`.

```
docker build -t my-vegeta-image .

...

 1 warning found (use docker --debug to expand):
 - StageNameCasing: Stage name 'BUILD' should be lowercase (line 1)
```

Signed-off-by: David Xia <david@davidxia.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant