Compare commits
1 Commits
7c5b8333a3
...
d3da2d41b3
Author | SHA1 | Date | |
---|---|---|---|
d3da2d41b3 |
@ -1,3 +1,3 @@
|
||||
elixir 1.13.2-otp-24
|
||||
elixir 1.13.4-otp-24
|
||||
erlang 24.2
|
||||
nodejs 16.13.2
|
||||
|
@ -3,6 +3,7 @@
|
||||
- Fix not being able to edit ammo group when fully used up
|
||||
- Fix bug with average price per round calculation
|
||||
- Show average price per round on ammo type table
|
||||
- Use Elixir v1.13.4
|
||||
|
||||
# v0.4.1
|
||||
- Fix button and tag text wrapping
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM elixir:1.13-alpine AS build
|
||||
FROM elixir:1.13.4-alpine AS build
|
||||
|
||||
# install build dependencies
|
||||
RUN apk add --no-cache build-base npm git python3
|
||||
|
Loading…
Reference in New Issue
Block a user