diff options
| author | Fuwn <[email protected]> | 2024-05-31 00:28:03 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-05-31 00:28:03 +0000 |
| commit | 68133a7c15a36414c9f1f6b3e988d6e46fb51856 (patch) | |
| tree | a8de65fe37978eb6f215668f92cbb26c1fd6c56b | |
| parent | feat(request): redirect index to github (diff) | |
| download | mayu-68133a7c15a36414c9f1f6b3e988d6e46fb51856.tar.xz mayu-68133a7c15a36414c9f1f6b3e988d6e46fb51856.zip | |
deps(gleam): bump gleam to 0.1.2
| -rw-r--r-- | Dockerfile | 4 | ||||
| -rw-r--r-- | gleam.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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/ @@ -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" } |