parent
a34ecf99c6
commit
9961f93d87
|
@ -1,4 +1,4 @@
|
||||||
FROM node:11-alpine
|
FROM node:12-alpine
|
||||||
|
|
||||||
# dependencies: log filtering
|
# dependencies: log filtering
|
||||||
RUN apk add --update jq \
|
RUN apk add --update jq \
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM node:11-stretch
|
FROM node:12-stretch
|
||||||
|
|
||||||
# dependencies: log filtering
|
# dependencies: log filtering
|
||||||
RUN apt-get update -y \
|
RUN apt-get update -y \
|
||||||
|
|
|
@ -44,7 +44,7 @@
|
||||||
DOCKER_HOST: tcp://localhost:2375
|
DOCKER_HOST: tcp://localhost:2375
|
||||||
|
|
||||||
.build-node:
|
.build-node:
|
||||||
image: apextoaster/node:11.15
|
image: apextoaster/node:12.16
|
||||||
tags:
|
tags:
|
||||||
- platform:k8s
|
- platform:k8s
|
||||||
- runner:shared
|
- runner:shared
|
||||||
|
|
Loading…
Reference in New Issue