Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 125084cab6 | |||
| 2c6ff89a47 |
+1
-1
@@ -14,7 +14,7 @@ image: buildtool/build-tools:${BUILDTOOLS_VERSION}
|
|||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:${DOCKER_DIND_VERSION}
|
||||||
script:
|
script:
|
||||||
- unset BUILDTOOLS_CONTENT
|
- unset BUILDTOOLS_CONTENT
|
||||||
- build
|
- build
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
FROM node:16
|
FROM node:18
|
||||||
|
|
||||||
RUN apt update && \
|
RUN apt update && \
|
||||||
apt install -y python3 python3-pip ruby git && \
|
apt install -y python3 python3-pip ruby git && \
|
||||||
|
|||||||
Reference in New Issue
Block a user