Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1fdbaeda63 | |||
| 4d3375528b | |||
| ea8352c91d | |||
| de2dc3d0f1 | |||
| dc45645b7b | |||
| 8a315acab6 | |||
| 71939ea72f | |||
| 9f51afb99e | |||
| 34b92a7f02 | |||
| 01b22dfaae | |||
| 52675f6503 | |||
|
b4d238849c
|
|||
| df4f769eab | |||
| 4c968bdcac |
@@ -14,5 +14,6 @@ build:
|
||||
stage: build
|
||||
script:
|
||||
- unset BUILDTOOLS_CONTENT
|
||||
- unset BUILDKIT_HOST
|
||||
- build
|
||||
- push
|
||||
|
||||
@@ -2,6 +2,24 @@
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [0.0.28] - 2025-12-30
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- *(deps)* Update node.js to 482f88d
|
||||
|
||||
## [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
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM amd64/node:24.11.1@sha256:9d22455c8577f64e168e8ed8da05e6a7116aba80dd7a8925924240518c5755d1
|
||||
FROM amd64/node:24.12.0@sha256:482f88dfffd8fe3259bef89a27880a58fd60d63fb4e03e7777fb18c43d635fb8
|
||||
|
||||
ENV PATH=${PATH}:/root/.local/bin
|
||||
|
||||
|
||||
Reference in New Issue
Block a user