Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
update dotnet
Browse files Browse the repository at this point in the history
  • Loading branch information
noogen committed Jun 29, 2018
1 parent dd33907 commit 78f9632
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ RUN \

# install nodejs, memcached, redis-server, openvpn, mongodb, dotnet-sdk, and couchdb
&& apt-get install -yf --no-install-recommends nodejs memcached php-memcached redis-server \
openvpn mongodb-org php-mongodb couchdb dotnet-sdk-2.1.103 \
openvpn mongodb-org php-mongodb couchdb dotnet-sdk-2.1.200 \

# setting upawscli, golang
# awscli
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,10 @@ If you use this Docker for hosting and allow your user to login, I also recommen
Enjoy!!!

## Release Notes
1.3.6 - update nginx to 1.14 stable release
1.3.5 - update to 0.9.8-22
1.3.6 - update nginx to 1.14 stable release, update dotnet

1.3.5 - update to 0.9.8-22 - REMINDER: if your server has not autoupdate to 0.9.8-22, please do so or update to this release. There is a serious security issue in 0.9.8-20.

1.3.3 - update to 0.9.8-20

1.3.1 - upgrade documentation.
Expand Down
4 changes: 4 additions & 0 deletions rootfs/sysprepz/admin/bin/vesta-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ if [ ! -d "/var/lib/postgresql/9.6/" ]; then
rsync --update -raz /vesta-start/var/lib/postgresql/9.6/* /vesta/var/lib/postgresql/9.6
rsync --update -raz /vesta-start/etc/postgresql/9.6/* /vesta/etc/postgresql/9.6
fi

# restart vesta after update
rm -f /var/run/vesta-php.sock
service vesta restart

0 comments on commit 78f9632

Please sign in to comment.