Skip to content

Commit

Permalink
use 1.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegillet committed Jan 6, 2025
1 parent 022c4fd commit e08809d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-22.04

container:
image: hexpm/elixir:1.18.0-erlang-27.2-debian-bookworm-20241202
image: hexpm/elixir:1.18.1-erlang-27.2-debian-bookworm-20241223

steps:
- name: Install git & jq
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
elixir 1.18.0-otp-27
elixir 1.18.1-otp-27
erlang 27.2
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM hexpm/elixir:1.18.0-erlang-27.2-debian-bookworm-20241202 AS builder
FROM hexpm/elixir:1.18.1-erlang-27.2-debian-bookworm-20241223 AS builder

# Install SSL ca certificates
RUN apt-get update && \
Expand All @@ -14,7 +14,7 @@ COPY . .
# Builds an escript bin/elixir_representer
RUN ./bin/build.sh

FROM hexpm/elixir:1.18.0-erlang-27.2-debian-bookworm-20241202
FROM hexpm/elixir:1.18.1-erlang-27.2-debian-bookworm-20241223
COPY --from=builder /etc/passwd /etc/passwd
COPY --from=builder /elixir-representer/bin /opt/representer/bin
RUN apt-get update && \
Expand Down

0 comments on commit e08809d

Please sign in to comment.