1 Commits

Author SHA1 Message Date
3aac04a422 add spanish
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-03 22:26:13 -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 and Hannah!)
- Update translations and add spanish!!! (thank you Brea!)
# 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 libssl1.1 libcrypto1.1 libgcc libstdc++ ncurses-libs
apk add --no-cache bash openssl libgcc libstdc++ ncurses-libs
WORKDIR /app