forked from cloudron-apps/gitea-app
Update base image (to use go 1.5)
Otherwise, we get undefined: crypto.Signer
This commit is contained in:
parent
bfe9113532
commit
794a587661
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM cloudron/base:0.3.3
|
FROM cloudron/base:0.4.0
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y openssh-server && \
|
apt-get install -y openssh-server && \
|
||||||
|
|
Loading…
Reference in a new issue