1
0
Fork 0

update: image to node 12 (#317)

* update: image to node 12
This commit is contained in:
Sean Sube 2020-04-05 22:14:02 -05:00 committed by GitHub
parent a34ecf99c6
commit 9961f93d87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM node:11-alpine
FROM node:12-alpine
# dependencies: log filtering
RUN apk add --update jq \

View File

@ -1,4 +1,4 @@
FROM node:11-stretch
FROM node:12-stretch
# dependencies: log filtering
RUN apt-get update -y \

View File

@ -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