downgrade elixir whoops
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
shibao 2025-02-01 01:45:58 -05:00
parent 4f5b31a490
commit 14d0058ced
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
elixir 1.18.2-otp-27
elixir 1.18.1-otp-27
erlang 27.2.1
nodejs 23.7.0

View File

@ -1,4 +1,4 @@
FROM elixir:1.18.2-otp-27-alpine AS build
FROM elixir:1.18.1-otp-27-alpine AS build
# install build dependencies
RUN apk add --no-cache build-base npm git python3