diff --git a/Dockerfile b/Dockerfile index df0ab61..92c6246 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use an official Python runtime based on Debian 10 "buster" as a parent image. -FROM python:3.8.1-slim-buster +FROM python:3.11-slim-buster # Add user that will be used in the container. # RUN useradd wagtail diff --git a/Makefile b/Makefile index dbfd489..e2885df 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ .PHONY: help build publish -VERSION = 1.1.8 +VERSION = 1.2.2 help: @perl -nle'print $& if m{^[a-zA-Z_-]+:.*?## .*$$}' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' diff --git a/iamkonstantin_web/templates/includes/footer.html b/iamkonstantin_web/templates/includes/footer.html index 5ea9029..ce30ce1 100644 --- a/iamkonstantin_web/templates/includes/footer.html +++ b/iamkonstantin_web/templates/includes/footer.html @@ -39,4 +39,6 @@ {% get_footer_text %} + +
\ No newline at end of file