Skip to content

Commit

Permalink
ci: switch to Gleam 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ghivert committed Jul 10, 2024
1 parent c6001fc commit a0b83fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.3.0-erlang-alpine AS builder
FROM --platform=x86_64 ghcr.io/gleam-lang/gleam:v1.3.1-erlang-alpine AS builder

RUN apk add build-base ca-certificates
RUN mkdir -p /build/backend/src
Expand All @@ -10,7 +10,7 @@ COPY packages /packages

RUN cd /build/backend && gleam export erlang-shipment

FROM --platform=x86_64 ghcr.io/gleam-lang/gleam:v1.3.0-erlang-alpine as runner
FROM --platform=x86_64 ghcr.io/gleam-lang/gleam:v1.3.1-erlang-alpine as runner
LABEL org.opencontainers.image.source https://github.com/ghivert/gloogle

RUN apk add build-base ca-certificates inotify-tools
Expand Down

0 comments on commit a0b83fc

Please sign in to comment.