瀏覽代碼

Update Drupal version

Closes https://github.com/docker-library/drupal/issues/121
Tianon Gravi 7 年之前
父節點
當前提交
f81077b92e
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      drupal/stack.yml

+ 2 - 2
drupal/stack.yml

@@ -15,7 +15,7 @@ version: '3.1'
 services:
 services:
 
 
   drupal:
   drupal:
-    image: drupal:8.2-apache
+    image: drupal:8-apache
     ports:
     ports:
       - 8080:80
       - 8080:80
     volumes:
     volumes:
@@ -29,7 +29,7 @@ services:
     restart: always
     restart: always
 
 
   postgres:
   postgres:
-    image: postgres:9.6
+    image: postgres:10
     environment:
     environment:
       POSTGRES_PASSWORD: example
       POSTGRES_PASSWORD: example
     restart: always
     restart: always