Ver código fonte

Updated os version for container

Dmitriy Slipak 4 anos atrás
pai
commit
4027f9ebd1
2 arquivos alterados com 2 adições e 2 exclusões
  1. 1 1
      Dockerfile
  2. 1 1
      package.json

+ 1 - 1
Dockerfile Ver arquivo

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

@@ -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": {