9 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
Unbound Release 3e5646fb9a chore(release): prepare for v0.2.4 2025-02-13 10:10:00 +00:00
Renovate ef6dc2d6e7 chore(deps): update golang docker tag to v1.24.0 2025-02-13 03:53:31 +00:00
Renovate 45b966381f chore(deps): update golang:1.23.6 docker digest to 9271129 2025-02-05 09:54:29 +00:00
2 changed files with 21 additions and 1 deletions
+20
View File
@@ -2,6 +2,26 @@
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
### ⚙️ Miscellaneous Tasks
- *(deps)* Update golang:1.23.6 docker digest to 9271129
- *(deps)* Update golang docker tag to v1.24.0
## [0.2.3] - 2025-02-05 ## [0.2.3] - 2025-02-05
### ⚙️ Miscellaneous Tasks ### ⚙️ Miscellaneous Tasks
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.23.6@sha256:958bd2e45b2d6d166aa0e33ee737093fe0c773c89c3fc142f26ac65ec37507cd FROM amd64/golang:1.24.1@sha256:f4707a73c390cc4ee035f7527f25907c3e06745ab946628f72cb459b2e70d401
ENV PATH=${PATH}:/root/.local/bin ENV PATH=${PATH}:/root/.local/bin