Compare commits
33 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 31ddaf91bc | |||
| a9f6278725 | |||
| 2d7406d122 | |||
| 9353c85cfa | |||
| 3471a62e9e | |||
| 1342deafce | |||
| c891cfca5c | |||
| ddbeecbe5e | |||
| bd82148795 | |||
| 2ad1d1921c | |||
|
0236562cab
|
|||
| 892aff02b1 | |||
| 1726082fef | |||
| a1c6c930ae | |||
| 497e895ef6 | |||
| 5d4670cdc7 | |||
| 2dcf29b955 | |||
| 14d8f744ac | |||
| f57c696627 | |||
| 4841e29680 | |||
| eb1ed8b5f4 | |||
| fd2b426e6a | |||
| 8724d9ebdd | |||
| 1bc8c99013 | |||
| 1a3a0ca7cf | |||
| e1426020e0 | |||
| 9afb2ddb63 | |||
| 67a0ec7508 | |||
|
128a6f2a6c
|
|||
| 6fc12fac2f | |||
| 98e917a2fa | |||
| ce49c475dd | |||
| e20e89e0b2 |
@@ -6,15 +6,10 @@ include:
|
||||
stages:
|
||||
- build
|
||||
|
||||
variables:
|
||||
DOCKER_HOST: tcp://docker:2375/
|
||||
|
||||
image: buildtool/build-tools:${BUILDTOOLS_VERSION}
|
||||
|
||||
build:
|
||||
stage: build
|
||||
services:
|
||||
- docker:${DOCKER_DIND_VERSION}
|
||||
script:
|
||||
- unset BUILDTOOLS_CONTENT
|
||||
- build
|
||||
|
||||
@@ -2,6 +2,70 @@
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [0.0.18] - 2025-05-22
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- *(deps)* Update node.js to v22.16.0
|
||||
|
||||
## [0.0.17] - 2025-05-15
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- *(deps)* Update node.js to ab3dc40
|
||||
- *(deps)* Update node.js to v22.15.1
|
||||
|
||||
## [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
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- *(deps)* Update node.js to v22.13.0
|
||||
|
||||
## [0.0.12] - 2024-12-28
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- *(deps)* Update node.js to cb24453
|
||||
- *(deps)* Update node.js to fd453a2
|
||||
- *(deps)* Update node.js to v22.12.0
|
||||
- *(deps)* Update node.js to 35a5dd7
|
||||
- Remove unnecessary docker services and variables
|
||||
- *(deps)* Update node.js to 0e910f4
|
||||
|
||||
## [0.0.11] - 2024-11-14
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM node:22.11.0@sha256:5c76d05034644fa8ecc9c2aa84e0a83cd981d0ef13af5455b87b9adf5b216561
|
||||
FROM amd64/node:22.16.0@sha256:e8095c4405d8a27e2816d86cbbfe7e84be1fcc7d8ce188cf97970ddc9965442d
|
||||
|
||||
ENV PATH=${PATH}:/root/.local/bin
|
||||
|
||||
|
||||
Reference in New Issue
Block a user