Skip to content

Commit

Permalink
Fixed docker image (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucapasquale authored Jun 15, 2024
1 parent 69d5198 commit bdb5ee5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
otp: ['27.0.rc1']
otp: ['27.0']
elixir: ['1.17.0']

steps:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# - Ex: hexpm/elixir:1.16.2-erlang-26.2.5-debian-bullseye-20240513-slim
#
ARG ELIXIR_VERSION=1.17.0
ARG OTP_VERSION=27.0.rc1
ARG DEBIAN_VERSION=bullseye-20240513-slim
ARG OTP_VERSION=27.0
ARG DEBIAN_VERSION=bullseye-20240612-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 bdb5ee5

Please sign in to comment.