Compare commits
16 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dc45645b7b | |||
| 8a315acab6 | |||
| 71939ea72f | |||
| 9f51afb99e | |||
| 34b92a7f02 | |||
| 01b22dfaae | |||
| 52675f6503 | |||
|
b4d238849c
|
|||
| df4f769eab | |||
| 4c968bdcac | |||
| 79d7ee66d5 | |||
| 60bc083167 | |||
| c794c60172 | |||
| bd5fe5beda | |||
| a9cb204412 | |||
| 75e7791d57 |
@@ -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,25 @@
|
|||||||
|
|
||||||
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.0.27] - 2025-12-12
|
||||||
|
|
||||||
|
### 🐛 Bug Fixes
|
||||||
|
|
||||||
|
- *(ci)* Unset BUILDKIT_HOST in build stage script
|
||||||
|
|
||||||
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|
||||||
|
- *(deps)* Update node.js to 11a2e11
|
||||||
|
- *(deps)* Update node.js to aa57b08
|
||||||
|
- *(deps)* Update node.js to v24.12.0
|
||||||
|
|
||||||
|
## [0.0.26] - 2025-11-13
|
||||||
|
|
||||||
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|
||||||
|
- *(deps)* Update node.js to 0601cd0
|
||||||
|
- *(deps)* Update node.js to v24.11.1
|
||||||
|
|
||||||
## [0.0.25] - 2025-10-29
|
## [0.0.25] - 2025-10-29
|
||||||
|
|
||||||
### ⚙️ Miscellaneous Tasks
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
FROM amd64/node:24.11.0@sha256:219186a2b64e688cde733f723e199926a8ca7636ce6f506e9004f8cf8b336280
|
FROM amd64/node:24.12.0@sha256:e8bb5aafe1964147c8344b1ea7698218e3675340407a07a14c49901df97455f6
|
||||||
|
|
||||||
ENV PATH=${PATH}:/root/.local/bin
|
ENV PATH=${PATH}:/root/.local/bin
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user