Skip to content

Commit bac4a3a

Browse files
committed
fix dockerfile
1 parent e6dd4f4 commit bac4a3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Using hexpm/elixir:1.11.4-erlang-23.2.7.2-alpine-3.13.3 as the base image
2-
FROM hexpm/elixir:1.11.4-erlang-23.2.7.2-alpine-3.13.3 AS base
1+
# Using hexpm/elixir:1.18.0-erlang-26.2.1-alpine-3.19.0 as the base image
2+
FROM hexpm/elixir:1.18.0-erlang-26.2.1-alpine-3.19.0 AS base
33

44
# Set the working directory in the container
55
WORKDIR /code_comparison

0 commit comments

Comments
 (0)