Skip to content

Commit

Permalink
config: switch Dockerfile to Gleam 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ghivert committed Sep 4, 2024
1 parent 63c4549 commit fb29eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=x86_64 ghcr.io/gleam-lang/gleam:v1.4.0-erlang-alpine AS builder
FROM --platform=x86_64 ghcr.io/gleam-lang/gleam:v1.4.1-erlang-alpine AS builder

RUN apk add build-base ca-certificates
RUN mkdir -p /build/backend/src
Expand Down

0 comments on commit fb29eb3

Please sign in to comment.