Skip to content

Commit 86a87ee

Browse files
committed
Upgrade to node 12
Node 8 is EOL
1 parent 3679cea commit 86a87ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:8.11.1-alpine
1+
FROM node:12-alpine
22

33
RUN mkdir -p /usr/src/app
44
WORKDIR /usr/src/app

kubernetes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
spec:
1515
containers:
1616
- name: api
17-
image: bufferapp/buffer-code-exercise-api:1.0
17+
image: bufferapp/buffer-code-exercise-api:1.1
1818
ports:
1919
- containerPort: 8888
2020
resources:

0 commit comments

Comments
 (0)