tangled
alpha
login
or
join now
fuwn.net
/
mayu
1
fork
atom
⭐ Moe-Counter Compatible Website Hit Counter Written in Gleam
mayu.due.moe
hit-counter
svg
moe
1
fork
atom
overview
issues
pulls
pipelines
build: Bump Gleam image tag
fuwn.net
10 months ago
6394ee09
869fa84c
verified
This commit was signed with the committer's
known signature
.
fuwn.net
SSH Key Fingerprint:
SHA256:VPdFPyPbd6JkoMyWUdZ/kkTcIAt3sxjXD2XSAZ7FYC4=
+2
-2
1 changed file
expand all
collapse all
unified
split
Earthfile
+2
-2
Earthfile
···
6
6
docker:
7
7
ARG tag=latest
8
8
9
9
-
FROM ghcr.io/gleam-lang/gleam:v1.2.0-erlang-alpine
9
9
+
FROM ghcr.io/gleam-lang/gleam:v1.10.0-erlang-alpine
10
10
11
11
COPY +build/erlang-shipment/ /mayu/erlang-shipment/
12
12
COPY themes/ /mayu/themes/
···
26
26
SAVE IMAGE --push fuwn/mayu:${tag}
27
27
28
28
deps:
29
29
-
FROM ghcr.io/gleam-lang/gleam:v1.2.0-erlang-alpine
29
29
+
FROM ghcr.io/gleam-lang/gleam:v1.10.0-erlang-alpine
30
30
31
31
RUN apk add --no-cache build-base
32
32