mirror of
https://github.com/elyby/chrly.git
synced 2024-12-03 12:10:47 +05:30
Merge branch 'master' into ely
This commit is contained in:
commit
edc368aa81
@ -32,6 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Bumped Go version to 1.12.
|
- Bumped Go version to 1.12.
|
||||||
|
- Bumped Alpine version to 3.9.3.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- `/textures` request no longer proxies request to Mojang in a case when there is no information about the skin,
|
- `/textures` request no longer proxies request to Mojang in a case when there is no information about the skin,
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
FROM alpine:3.7
|
FROM alpine:3.9.3
|
||||||
|
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|
||||||
|
RUN apk add --no-cache ca-certificates
|
||||||
|
|
||||||
ENV STORAGE_REDIS_HOST=redis
|
ENV STORAGE_REDIS_HOST=redis
|
||||||
ENV STORAGE_FILESYSTEM_HOST=/data
|
ENV STORAGE_FILESYSTEM_HOST=/data
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user