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