diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5c37ce28cfba2b2d4031db746b351d24c4cc56ea..d13ea51967604d7ac38fc48f9a6c0000f04be733 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,7 +10,7 @@ stages:
   - deploy
 
 variables:
-  CI_REGISTRY_IMAGE_VERSION: "2.2.0"
+  CI_REGISTRY_IMAGE_VERSION: "2.3.0"
 
 container-testing:
   stage: test
diff --git a/default.conf b/default.conf
index b4166716cbc9da0a46beded49df68eb143bcf76a..69191e425f54722408ec97fbd846298765bd238f 100644
--- a/default.conf
+++ b/default.conf
@@ -69,7 +69,7 @@ server {
         # Provide own user agent
         # Hide other user request headers
         proxy_pass_request_headers off;
-        proxy_set_header User-Agent: "'Mozilla/5.0 (compatible; Libravatar-nginx/2.2.0; +https://git.shivering-isles.com/shivering-isles/libravatar-nginx)'";
+        proxy_set_header User-Agent: "'Mozilla/5.0 (compatible; Libravatar-nginx/2.3.0; +https://git.shivering-isles.com/shivering-isles/libravatar-nginx)'";
 
         proxy_http_version 1.1;