this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

gleam bump 1.11.1 -> 1.12.0

nuv 9bac4d6a 0ef955ab

+1 -1
+1 -1
Dockerfile
··· 1 - FROM ghcr.io/gleam-lang/gleam:v1.11.1-erlang-alpine AS build 1 + FROM ghcr.io/gleam-lang/gleam:v1.12.0-erlang-alpine AS build 2 2 COPY . /app/ 3 3 RUN cd /app && gleam build 4 4