Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 41d0979322 | |||
| d398d6da0d | |||
| 1846212e68 | |||
| 2c21e132b5 | |||
| 6a6638252a | |||
| d597071e40 | |||
|
24ed80e146
|
@@ -2,6 +2,16 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
## [1.6.1] - 2026-01-19
|
||||||
|
|
||||||
|
### 🐛 Bug Fixes
|
||||||
|
|
||||||
|
- Standardize Dockerfile stage names to uppercase
|
||||||
|
|
||||||
|
### Build
|
||||||
|
|
||||||
|
- Support multi-architecture builds in Dockerfile
|
||||||
|
|
||||||
## [1.6.0] - 2026-01-16
|
## [1.6.0] - 2026-01-16
|
||||||
|
|
||||||
### 🚀 Features
|
### 🚀 Features
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.25.6@sha256:fc24d3881a021e7b968a4610fc024fba749f98fe5c07d4f28e6cfa14dc65a84c AS deps
|
FROM golang:1.25.6@sha256:ce63a16e0f7063787ebb4eb28e72d477b00b4726f79874b3205a965ffd797ab2 AS deps
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
ADD go.* /build
|
ADD go.* /build
|
||||||
RUN go mod download
|
RUN go mod download
|
||||||
|
|||||||
Reference in New Issue
Block a user