Skip to content

Commit

Permalink
Bump elixir from 1.14-alpine to 1.17-alpine
Browse files Browse the repository at this point in the history
Bumps elixir from 1.14-alpine to 1.17-alpine.

---
updated-dependencies:
- dependency-name: elixir
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent fcf47a0 commit d8361a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM elixir:1.14-alpine AS builder
FROM elixir:1.17-alpine AS builder

# install build dependencies
RUN apk add --no-cache npm
Expand Down

0 comments on commit d8361a7

Please sign in to comment.