Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0349bdb1f8 | |||
| 0ffdb1cc0f | |||
| 7ea764a322 | |||
| 23dd68b6d1 | |||
| 459c5f984c | |||
|
ad250e0e11
|
|||
| 7ebbed96d4 | |||
| 057ce430bd | |||
| 23c6bd0844 |
@@ -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.6] - 2025-04-01
|
||||||
|
|
||||||
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|
||||||
|
- *(deps)* Update golang:1.24.1 docker digest to 5ecf333
|
||||||
|
- *(deps)* Update golang docker tag to v1.24.2
|
||||||
|
|
||||||
|
## [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
@@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.24.0@sha256:2b1cbf278ce05a2a310a3d695ebb176420117a8cfcfcc4e5e68a1bef5f6354da
|
FROM amd64/golang:1.24.2@sha256:81b44f328549e8356fda6707346ff8a6589fe250eeb4ea5f21669c7d24b36dae
|
||||||
|
|
||||||
ENV PATH=${PATH}:/root/.local/bin
|
ENV PATH=${PATH}:/root/.local/bin
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user