Compare commits
2 Commits
3aac04a422
...
0.8.0
Author | SHA1 | Date | |
---|---|---|---|
23f7af2a93 | |||
8e771a2d9a |
@ -3,7 +3,7 @@
|
|||||||
- Tweak urls for catalog, ammo, containers, tags and shot records
|
- Tweak urls for catalog, ammo, containers, tags and shot records
|
||||||
- Fix bug with shot group chart not drawing lines between days correctly
|
- Fix bug with shot group chart not drawing lines between days correctly
|
||||||
- Improve cards across app (make them line up with each other)
|
- 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
|
# v0.7.2
|
||||||
- Code improvements
|
- Code improvements
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user