Skip to content

Commit 1498508

Browse files
committed
correct date
1 parent e0d0266 commit 1498508

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/elixir_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-22.04
88

99
container:
10-
image: hexpm/elixir:1.18.1-erlang-27.2-debian-bookworm-20241202
10+
image: hexpm/elixir:1.18.1-erlang-27.2-debian-bookworm-20241223
1111

1212
steps:
1313
- name: Install git
@@ -53,7 +53,7 @@ jobs:
5353
id: plt-cache
5454
with:
5555
path: priv/plts
56-
key: elixir:1.18.1-erlang-27.2-debian-bookworm-20241202-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}-v3
56+
key: elixir:1.18.1-erlang-27.2-debian-bookworm-20241223-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}-v3
5757

5858
- name: Create PLTs
5959
if: steps.plt-cache.outputs.cache-hit != 'true'

.github/workflows/elixir_test_external.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-22.04
88

99
container:
10-
image: hexpm/elixir:1.18.1-erlang-27.2-debian-bookworm-20241202
10+
image: hexpm/elixir:1.18.1-erlang-27.2-debian-bookworm-20241223
1111

1212
steps:
1313
- name: Install git

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM hexpm/elixir:1.18.1-erlang-27.2-debian-bookworm-20241202 as builder
1+
FROM hexpm/elixir:1.18.1-erlang-27.2-debian-bookworm-20241223 as builder
22

33
RUN apt-get update && \
44
apt-get install bash -y
@@ -13,7 +13,7 @@ COPY . .
1313
# Builds an escript bin/elixir_analyzer
1414
RUN ./bin/build.sh
1515

16-
FROM hexpm/elixir:1.18.1-erlang-27.2-debian-bookworm-20241202
16+
FROM hexpm/elixir:1.18.1-erlang-27.2-debian-bookworm-20241223
1717
COPY --from=builder /etc/passwd /etc/passwd
1818

1919
COPY --from=builder /elixir-analyzer/bin /opt/analyzer/bin

0 commit comments

Comments
 (0)