Skip to content

Commit

Permalink
Update fly deployment guide, use v0.32.2 image
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Savoia authored and lpil committed Nov 29, 2023
1 parent df8f847 commit ff99d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/fly.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ for deployment.
Add a file named `Dockerfile` with these contents:

```dockerfile
FROM ghcr.io/gleam-lang/gleam:v0.22.0-erlang-alpine
FROM ghcr.io/gleam-lang/gleam:v0.32.2-erlang-alpine

# Add project code
COPY . /build/
Expand Down

0 comments on commit ff99d2f

Please sign in to comment.