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
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
- Tweak urls for catalog, ammo, containers, tags and shot records
- Fix bug with shot group chart not drawing lines between days correctly
- Improve cards across app (make them line up with each other)
- Update translations and add spanish!!! (thank you Brea!)
- Update translations and add spanish!!! (thank you Brea and Hannah!)
# v0.7.2
- Code improvements

View File

@ -37,7 +37,7 @@ RUN mix do compile, release
FROM alpine:latest AS app
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