6 Commits

Author SHA1 Message Date
Unbound Release 23dd68b6d1 chore(release): prepare for v0.2.5 2025-03-05 12:35:39 +01:00
Renovate 459c5f984c chore(deps): update golang docker tag to v1.24.1 2025-03-04 22:53:23 +00:00
argoyle ad250e0e11 fix(docker): update golang base image to amd64 version
Update the Dockerfile to use the amd64 architecture for the 
Golang base image. This ensures compatibility and improves 
stability when building the application in a multi-architecture 
environment.
2025-02-25 21:30:58 +01:00
Renovate 7ebbed96d4 chore(deps): update golang:1.24.0 docker digest to 58cf31c 2025-02-25 18:53:54 +00:00
Renovate 057ce430bd chore(deps): update golang:1.24.0 docker digest to a14c5a6 2025-02-25 12:52:58 +00:00
Renovate 23c6bd0844 chore(deps): update golang:1.24.0 docker digest to 5255fad 2025-02-25 06:53:03 +00:00
2 changed files with 14 additions and 1 deletions
+13
View File
@@ -2,6 +2,19 @@
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.5] - 2025-03-05
### 🐛 Bug Fixes
- *(docker)* Update golang base image to amd64 version
### ⚙️ Miscellaneous Tasks
- *(deps)* Update golang:1.24.0 docker digest to 5255fad
- *(deps)* Update golang:1.24.0 docker digest to a14c5a6
- *(deps)* Update golang:1.24.0 docker digest to 58cf31c
- *(deps)* Update golang docker tag to v1.24.1
## [0.2.4] - 2025-02-13 ## [0.2.4] - 2025-02-13
### ⚙️ Miscellaneous Tasks ### ⚙️ Miscellaneous Tasks
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.24.0@sha256:2b1cbf278ce05a2a310a3d695ebb176420117a8cfcfcc4e5e68a1bef5f6354da FROM amd64/golang:1.24.1@sha256:f4707a73c390cc4ee035f7527f25907c3e06745ab946628f72cb459b2e70d401
ENV PATH=${PATH}:/root/.local/bin ENV PATH=${PATH}:/root/.local/bin