We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4886bca commit 8d5c6b3Copy full SHA for 8d5c6b3
.circleci/config.yml
@@ -15,7 +15,7 @@ install_hex_rebar: &install_hex_rebar
15
jobs:
16
build_elixir_1_14_otp_25:
17
docker:
18
- - image: hexpm/elixir:1.14.0-erlang-25.0.4-alpine-3.16.1
+ - image: hexpm/elixir:1.14.1-erlang-25.1.2-alpine-3.16.2
19
<<: *defaults
20
steps:
21
- checkout
0 commit comments