Browse Source

Updated os version for container

Dmitriy Slipak 4 years ago
parent
commit
4027f9ebd1
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Dockerfile
  2. 1 1
      package.json

+ 1 - 1
Dockerfile View File

@@ -1,4 +1,4 @@
1
-FROM ubuntu:16.04
1
+FROM ubuntu:18.04
2 2
 
3 3
 # Install dependencies
4 4
 RUN apt-get update --yes && apt-get upgrade --yes

+ 1 - 1
package.json View File

@@ -1,6 +1,6 @@
1 1
 {
2 2
   "name": "audiogram",
3
-  "version": "0.9.5",
3
+  "version": "0.9.6",
4 4
   "description": "Turn audio into a shareable video.",
5 5
   "main": "index.js",
6 6
   "scripts": {