build image from monica tag 4
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
@@ -10,7 +10,7 @@ steps:
|
||||
password:
|
||||
from_secret: "gitea_token"
|
||||
repo: gitea.sikorski.cloud/rogersik/docker-monica
|
||||
tags: latest
|
||||
tags: latest,4
|
||||
cache_from: gitea.sikorski.cloud/rogersik/docker-monica:latest
|
||||
|
||||
- name: notify
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
FROM monica:apache
|
||||
# https://hub.docker.com/_/monica
|
||||
FROM monica:4
|
||||
|
||||
# Use the default production configuration
|
||||
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
|
||||
|
||||
Reference in New Issue
Block a user