1
0
mirror of https://github.com/daniviga/bite.git synced 2024-12-23 16:51:25 +01:00

Make pytz dep explicit and update alpine

This commit is contained in:
Daniele Viganò 2021-12-08 19:15:38 +01:00
parent b274378100
commit f120fac878
Signed by: dani
GPG Key ID: DB49AFC03C40EE02
2 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,7 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
FROM alpine:3.12
FROM alpine:3.15
RUN apk update && apk add chrony && \
chown -R chrony:chrony /var/lib/chrony

View File

@ -1,3 +1,4 @@
pytz
Django
djangorestframework
django-health-check