2 Commits

Author SHA1 Message Date
argoyle 125084cab6 feat: upgrade to Node 18 2023-02-22 13:02:39 +01:00
argoyle 2c6ff89a47 ci: use Docker DinD version from variable 2023-02-09 21:55:35 +01:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ image: buildtool/build-tools:${BUILDTOOLS_VERSION}
build:
stage: build
services:
- docker:dind
- docker:${DOCKER_DIND_VERSION}
script:
- unset BUILDTOOLS_CONTENT
- build
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:16
FROM node:18
RUN apt update && \
apt install -y python3 python3-pip ruby git && \