Prechádzať zdrojové kódy

Rebase to girish/base:0.1.0

Girish Ramakrishnan 10 rokov pred
rodič
commit
b9b1f1a250
2 zmenil súbory, kde vykonal 4 pridanie a 4 odobranie
  1. 3 3
      CloudronManifest.json
  2. 1 1
      Dockerfile

+ 3 - 3
CloudronManifest.json

@@ -3,8 +3,8 @@
   "title": "WordPress",
   "description": "WordPress is web software you can use to create a beautiful website or blog. We like to say that WordPress is both free and priceless at the same time.",
   "tagline": "Code is Poetry",
-  "version": "0.0.9",
-  "dockerImage": "girish/wordpress:0.6",
+  "version": "0.1.0",
+  "dockerImage": "girish/wordpress:0.1.0",
   "healthCheckPath": "/",
   "httpPort": 80,
   "addons": [
@@ -14,4 +14,4 @@
   "website": "https://wordpress.org/",
   "contactEmail": "apps@cloudron.io",
   "icon": "icon.png"
-}
+}

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM girish/base:0.10
+FROM girish/base:0.1.0
 MAINTAINER Girish Ramakrishnan <girish@forwardbias.in>
 
 ENV DEBIAN_FRONTEND noninteractive