Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 25, 2023
1 parent 94c3de7 commit 71afd7e
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.16-alpine AS builder

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

0 comments on commit 71afd7e

Please sign in to comment.