aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-05-31 00:28:03 +0000
committerFuwn <[email protected]>2024-05-31 00:28:03 +0000
commit68133a7c15a36414c9f1f6b3e988d6e46fb51856 (patch)
treea8de65fe37978eb6f215668f92cbb26c1fd6c56b
parentfeat(request): redirect index to github (diff)
downloadmayu-68133a7c15a36414c9f1f6b3e988d6e46fb51856.tar.xz
mayu-68133a7c15a36414c9f1f6b3e988d6e46fb51856.zip
deps(gleam): bump gleam to 0.1.2
-rw-r--r--Dockerfile4
-rw-r--r--gleam.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Dockerfile b/Dockerfile
index 7c51b6f..c753c9e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM ghcr.io/gleam-lang/gleam:v1.1.0-erlang-alpine as builder
+FROM ghcr.io/gleam-lang/gleam:v1.2.0-erlang-alpine as builder
WORKDIR /mayu/
@@ -13,7 +13,7 @@ RUN gleam build \
&& cd build/ \
&& gleam export erlang-shipment
-FROM ghcr.io/gleam-lang/gleam:v1.1.0-erlang-alpine
+FROM ghcr.io/gleam-lang/gleam:v1.2.0-erlang-alpine
COPY --from=builder /mayu/build/erlang-shipment/ /mayu/erlang-shipment/
COPY --from=builder /mayu/themes /mayu/themes/
diff --git a/gleam.toml b/gleam.toml
index 3098564..55219b5 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -3,7 +3,7 @@
name = "mayu"
version = "0.1.4"
-gleam = ">= 1.1.0"
+gleam = ">= 1.2.0"
description = "Moe-Counter Compatible Website Hit Counter"
licenses = ["GPL-3.0-only"]
repository = { type = "github", user = "Fuwn", repo = "mayu" }