Skip to content

Commit

Permalink
chore(deps): update elixir docker tag to v1.15 (#6389)
Browse files Browse the repository at this point in the history
* chore(deps): update elixir docker tag to v1.15

* use alpine

* use base docker image

* update version in results

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Marwan Rabbâa <waghanza@gmail.com>
  • Loading branch information
renovate[bot] and waghanza authored May 28, 2023
1 parent 1b5c917 commit b8178ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion elixir/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM elixir:1.14-slim AS build
FROM elixir:1.15 AS build

# Update system deps
RUN apt-get -qq update
Expand Down
2 changes: 1 addition & 1 deletion elixir/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language:
version: 1.14
version: 1.15
files:
- "**/*.ex"
- "**/*.exs"
Expand Down

0 comments on commit b8178ba

Please sign in to comment.