3 Commits

Author SHA1 Message Date
Unbound Release 92cec80d05 chore(release): prepare for v0.2.8 2025-06-07 19:33:55 +02:00
Renovate 3813146f43 chore(deps): update golang docker tag to v1.24.4 2025-06-05 20:54:19 +00:00
Renovate 18c6d47295 chore(deps): update golang:1.24.3 docker digest to f255a7d 2025-05-22 01:54:09 +00:00
2 changed files with 9 additions and 2 deletions
+8 -1
View File
@@ -2,7 +2,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [0.2.7] - 2025-05-06 ## [0.2.8] - 2025-06-06
### ⚙️ Miscellaneous Tasks
- *(deps)* Update golang:1.24.3 docker digest to f255a7d
- *(deps)* Update golang docker tag to v1.24.4
## [0.2.7] - 2025-05-16
### ⚙️ Miscellaneous Tasks ### ⚙️ Miscellaneous Tasks
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.24.3@sha256:f169469d1e8328fd0e26a2b5156f670922a2afc0ca8c984ec17e1be51ca94c30 FROM amd64/golang:1.24.4@sha256:40891f7b63de861049787c5262bff91906d30cbe221753840e276b3e785a66ab
ENV PATH=${PATH}:/root/.local/bin ENV PATH=${PATH}:/root/.local/bin