Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cb8c7b02db | |||
| bc1ca34c6c | |||
| fea69bc45c | |||
| 6aee48d5ef | |||
| 87f2afe263 | |||
| 282175daf3 | |||
| f1cda3a703 | |||
|
609c12da30
|
|||
| c30f8ba6e1 | |||
| 5389f7fefb | |||
| 1a4af60366 | |||
|
9783e06264
|
@@ -14,5 +14,6 @@ build:
|
|||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- unset BUILDTOOLS_CONTENT
|
- unset BUILDTOOLS_CONTENT
|
||||||
|
- unset BUILDKIT_HOST
|
||||||
- build
|
- build
|
||||||
- push
|
- push
|
||||||
|
|||||||
@@ -2,6 +2,12 @@
|
|||||||
|
|
||||||
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.3.10] - 2025-12-03
|
||||||
|
|
||||||
|
### 🐛 Bug Fixes
|
||||||
|
|
||||||
|
- Add libyaml-dev to Dockerfile dependencies
|
||||||
|
|
||||||
## [0.3.9] - 2025-12-03
|
## [0.3.9] - 2025-12-03
|
||||||
|
|
||||||
### 🐛 Bug Fixes
|
### 🐛 Bug Fixes
|
||||||
|
|||||||
+2
-2
@@ -1,9 +1,9 @@
|
|||||||
FROM amd64/golang:1.25.5@sha256:ff44d519dbd3f622224d3433f319ae0b046abe081dda5b3d3c3db04a712e1898
|
FROM amd64/golang:1.25.6@sha256:9860925875ac68a8fb57416cfc5c1ee267a06226730434af677b9406e8ea6ee6
|
||||||
|
|
||||||
ENV PATH=${PATH}:/root/.local/bin
|
ENV PATH=${PATH}:/root/.local/bin
|
||||||
|
|
||||||
RUN apt update && \
|
RUN apt update && \
|
||||||
apt install -y python3 python3-pip ruby ruby-dev git pipx libffi-dev && \
|
apt install -y python3 python3-pip ruby ruby-dev git pipx libffi-dev libyaml-dev && \
|
||||||
rm -rf /var/lib/apt/lists/* && \
|
rm -rf /var/lib/apt/lists/* && \
|
||||||
go install github.com/lietu/go-pre-commit@latest && \
|
go install github.com/lietu/go-pre-commit@latest && \
|
||||||
go install golang.org/x/tools/cmd/goimports@latest && \
|
go install golang.org/x/tools/cmd/goimports@latest && \
|
||||||
|
|||||||
Reference in New Issue
Block a user