From 5f6c8a3dfd5d35c536feb8052fd02d3620c55bcd Mon Sep 17 00:00:00 2001 From: Konstantin Kostov Date: Sun, 10 Nov 2024 14:26:21 +0100 Subject: [PATCH] update social links --- Dockerfile | 2 +- Makefile | 4 ++-- iamkonstantin_web/templates/base.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index cc66fa1..1b241e0 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.12-slim +FROM python:3.13-slim # Add user that will be used in the container. # RUN useradd wagtail diff --git a/Makefile b/Makefile index 32fbc0a..fbdb3f1 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ .PHONY: help build publish -VERSION = 1.3.0 +VERSION = 1.4.1 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}' @@ -8,7 +8,7 @@ build: @docker build -t code.headbright.be/konstantin/iamkonstantin:$(VERSION) . publish: - @docker push code.headbright.be/konstantin/iamkonstantin:$(VERSION) + @docker image push code.headbright.be/konstantin/iamkonstantin:$(VERSION) bump: @bash ./bump_version.sh upgrade: build publish \ No newline at end of file diff --git a/iamkonstantin_web/templates/base.html b/iamkonstantin_web/templates/base.html index ab2c782..90c1c93 100644 --- a/iamkonstantin_web/templates/base.html +++ b/iamkonstantin_web/templates/base.html @@ -4,7 +4,7 @@ - + {% include "wagtailseo/meta.html" %} {% block title %}