Skip to content
Snippets Groups Projects
Verified Commit 40d6717c authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Kompatibilni base image

parent 0620c135
No related branches found
No related tags found
No related merge requests found
Pipeline #3551 passed
......@@ -2,7 +2,7 @@ image: docker:19.03.12
variables:
DOCKER_TLS_CERTDIR: "/certs"
IMAGE_VER: 1.9.1
IMAGE_VER: 1.9.2
services:
- docker:19.03.12-dind
......
FROM node:14.17.0-buster
FROM node:14-buster-slim
RUN apt-get update && apt-get install -y \
wget \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment