We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67851df commit bd8a8e9Copy full SHA for bd8a8e9
CHANGELOG.md
@@ -8,6 +8,7 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8
## v7.0.0 - 2025-08-18
9
10
- `Changed` bump golang version from 1.24.1 to 1.25.0
11
+- `Changed` bump base alpine version from 3.21 to 3.22
12
- `Changed` bump docker version from 28.0.1 to 28.3.3
13
- `Changed` bump docker-compose version from 2.29.3 to 2.39.2
14
- `Changed` bump golangci-lint version from 1.64.6 to 2.4.0
Dockerfile.alpine
@@ -1,4 +1,4 @@
1
-ARG ALPINE_VERSION=3.21
+ARG ALPINE_VERSION=3.22
2
ARG GO_VERSION=1.25.0
3
ARG DOCKER_VERSION=28.3.3
4
0 commit comments