use v13
This commit is contained in:
parent
296a4d2f44
commit
61d8752681
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM gogs/gogs:0.12
|
||||
FROM gogs/gogs:0.13
|
||||
|
||||
# In docker "custom" dir is /data/gogs/ and there is no need to create named "custom" dir
|
||||
# there, /data/gogs/ works by default as custom.
|
||||
|
@ -7,4 +7,4 @@ RUN mkdir -p templates/inject && mkdir -p public/css/themes \
|
|||
&& mkdir -p public/img
|
||||
|
||||
# ADD ./themes /data/gogs/public/css/themes
|
||||
# ADD ./img /data/gogs/public/img/
|
||||
# ADD ./img /data/gogs/public/img/
|
||||
|
|
Loading…
Reference in a new issue