Compare commits
19 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1342deafce | |||
| c891cfca5c | |||
| ddbeecbe5e | |||
| bd82148795 | |||
| 2ad1d1921c | |||
|
0236562cab
|
|||
| 892aff02b1 | |||
| 1726082fef | |||
| a1c6c930ae | |||
| 497e895ef6 | |||
| 5d4670cdc7 | |||
| 2dcf29b955 | |||
| 14d8f744ac | |||
| f57c696627 | |||
| 4841e29680 | |||
| eb1ed8b5f4 | |||
| fd2b426e6a | |||
| 8724d9ebdd | |||
| 1bc8c99013 |
@@ -2,6 +2,40 @@
|
|||||||
|
|
||||||
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.16] - 2025-04-23
|
||||||
|
|
||||||
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|
||||||
|
- *(deps)* Update node.js to 4c7ba01
|
||||||
|
- *(deps)* Update node.js to v22.15.0
|
||||||
|
|
||||||
|
## [0.0.15] - 2025-04-04
|
||||||
|
|
||||||
|
### 🐛 Bug Fixes
|
||||||
|
|
||||||
|
- *(docker)* Update base image to amd64 version
|
||||||
|
|
||||||
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|
||||||
|
- *(deps)* Update node.js to debe7ff
|
||||||
|
- *(deps)* Update node.js to 469d57f
|
||||||
|
- *(deps)* Update node.js to 3962f5a
|
||||||
|
- *(deps)* Update node.js to 5145c88
|
||||||
|
- *(deps)* Update node.js to v22.14.0
|
||||||
|
- *(deps)* Update node.js to cfef443
|
||||||
|
- *(deps)* Update node.js to a279671
|
||||||
|
- *(deps)* Update node.js to 2094ac6
|
||||||
|
- *(deps)* Update node.js to fab5fee
|
||||||
|
|
||||||
|
## [0.0.14] - 2025-01-23
|
||||||
|
|
||||||
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|
||||||
|
- *(deps)* Update node.js to 4f7fb7f
|
||||||
|
- *(deps)* Update node.js to d77c645
|
||||||
|
- *(deps)* Update node.js to fa54405
|
||||||
|
- *(deps)* Update node.js to v22.13.1
|
||||||
|
|
||||||
## [0.0.13] - 2025-01-10
|
## [0.0.13] - 2025-01-10
|
||||||
|
|
||||||
### ⚙️ Miscellaneous Tasks
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
FROM node:22.13.0@sha256:99981c3d1aac0d98cd9f03f74b92dddf30f30ffb0b34e6df8bd96283f62f12c6
|
FROM amd64/node:22.15.0@sha256:53ddf9b10bf9b8f6b8e7437184b42cd417be74351af5f1b4f0b65fd442df8c7c
|
||||||
|
|
||||||
ENV PATH=${PATH}:/root/.local/bin
|
ENV PATH=${PATH}:/root/.local/bin
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user