Skip to content

Commit

Permalink
elixir++
Browse files Browse the repository at this point in the history
  • Loading branch information
ghenry committed Oct 26, 2023
1 parent a5a9669 commit c7a4b72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-22.04]
elixir_version: [1.14.5]
elixir_version: [1.15.7]
otp_version: [25]

services:
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
# - https://pkgs.org/ - resource for finding needed packages
# - Ex: hexpm/elixir:1.14.5-erlang-25.3.2.2-debian-bullseye-20230522-slim
#
ARG ELIXIR_VERSION=1.15.5
ARG OTP_VERSION=25.3.2.5
ARG DEBIAN_VERSION=bookworm-20230612-slim
ARG ELIXIR_VERSION=1.15.7
ARG OTP_VERSION=25.3.2.7
ARG DEBIAN_VERSION=bookworm-20231009-slim

ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-debian-${DEBIAN_VERSION}"
ARG RUNNER_IMAGE="debian:${DEBIAN_VERSION}"
Expand Down

0 comments on commit c7a4b72

Please sign in to comment.