Skip to content

Commit

Permalink
test(deps): update elixir docker tag to v1.15.4 (#1217)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 19, 2023
1 parent 68ebe18 commit ff31726
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.jammy
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ FROM build as test-erlang
# renovate: datasource=github-releases packageName=containerbase/erlang-prebuild versioning=docker
RUN install-tool erlang 26.0.2.0
# renovate: datasource=docker versioning=docker
RUN install-tool elixir 1.15.1
RUN install-tool elixir 1.15.4

#--------------------------------------
# Image: test-java
Expand Down
4 changes: 2 additions & 2 deletions test/erlang/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ FROM base as testa
RUN install-tool erlang 26.0.2.0

# renovate: datasource=docker versioning=docker
RUN install-tool elixir 1.15.1
RUN install-tool elixir 1.15.4


USER 1001
Expand All @@ -59,7 +59,7 @@ USER 1001
RUN install-tool erlang 24.3.4.13

# renovate: datasource=docker versioning=docker
RUN install-tool elixir 1.15.1
RUN install-tool elixir 1.15.4


RUN set -ex; \
Expand Down
2 changes: 1 addition & 1 deletion test/erlang/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN install-tool erlang 26.0.2.0
FROM test-erlang as test-elixir

# renovate: datasource=docker versioning=docker
RUN install-tool elixir 1.15.1
RUN install-tool elixir 1.15.4

#--------------------------------------
# Image: final
Expand Down

0 comments on commit ff31726

Please sign in to comment.