From 8a36c15d5c48805fadf916d505824637d70693c0 Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Mon, 3 Oct 2022 10:22:31 +0200 Subject: [PATCH] chore: update Noto emoji from v2.034 to v2.038 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d40d67b1..4171c4ea 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ DOCKER_REPOSITORY=gotenberg GOTENBERG_VERSION=snapshot GOTENBERG_USER_GID=1001 GOTENBERG_USER_UID=1001 -NOTO_COLOR_EMOJI_VERSION=v2.034 # See https://github.com/googlefonts/noto-emoji/releases. +NOTO_COLOR_EMOJI_VERSION=v2.038 # See https://github.com/googlefonts/noto-emoji/releases. PDFTK_VERSION=v3.3.2 # See https://gitlab.com/pdftk-java/pdftk/-/releases - Binary package. GOLANGCI_LINT_VERSION=v1.49.0 # See https://github.com/golangci/golangci-lint/releases.