From 1e6a59e718537c3853f5f233515a6c5c8f704687 Mon Sep 17 00:00:00 2001
From: Philipp Stadler <hello@phstadler.com>
Date: Sat, 20 Jul 2024 20:24:48 +0200
Subject: [PATCH] feat: provide JSONP utility in build image

---
 Dockerfile  | 2 +-
 version.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 15c903f..f898dbc 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -13,7 +13,7 @@ zip \
 curl
 RUN npm install --global \
 yarn \
-mudslide
+to-static-jsonp
 
 COPY Pipfile Pipfile.lock /app/
 RUN cd /app && pipenv install --system --deploy
diff --git a/version.txt b/version.txt
index 227cea2..4a36342 100644
--- a/version.txt
+++ b/version.txt
@@ -1 +1 @@
-2.0.0
+3.0.0
-- 
GitLab