Compare commits

..

2 Commits

Author SHA1 Message Date
23f7af2a93 fix libcrypto 1.1 issue
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-03 22:59:43 -05:00
8e771a2d9a add spanish
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-03 22:50:21 -05:00

View File

@ -37,7 +37,7 @@ RUN mix do compile, release
FROM alpine:latest AS app FROM alpine:latest AS app
RUN apk upgrade --no-cache && \ RUN apk upgrade --no-cache && \
apk add --no-cache bash openssl libgcc libstdc++ ncurses-libs apk add --no-cache bash openssl libssl1.1 libcrypto1.1 libgcc libstdc++ ncurses-libs
WORKDIR /app WORKDIR /app