Bump elixir from 1.15 to 1.16 (#3595)

Bumps elixir from 1.15 to 1.16.

---
updated-dependencies:
- dependency-name: elixir
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-01-08 08:50:11 -06:00
committed by GitHub
co-authored by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent a745cfb0e3
commit c4b5ebaddd
+1 -1
View File
@@ -1,4 +1,4 @@
FROM elixir:1.15 AS builder
FROM elixir:1.16 AS builder
SHELL ["/bin/bash", "-o", "pipefail", "-c"]