Skip to content

Commit

Permalink
test(deps): update elixir docker tag to v1.15.6 (#1545)
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] committed Oct 5, 2023
1 parent c706c06 commit 80f6e73
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
Expand Up @@ -91,7 +91,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.4
RUN install-tool elixir 1.15.6

#--------------------------------------
# Image: test-java
Expand Down
4 changes: 2 additions & 2 deletions test/erlang/Dockerfile
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.4
RUN install-tool elixir 1.15.6


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.4
RUN install-tool elixir 1.15.6


RUN set -ex; \
Expand Down
2 changes: 1 addition & 1 deletion test/erlang/Dockerfile.arm64
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.4
RUN install-tool elixir 1.15.6

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

0 comments on commit 80f6e73

Please sign in to comment.