We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6bac32 commit f3a8af6Copy full SHA for f3a8af6
CHANGELOG.md
@@ -32,6 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
32
33
### Changed
34
- Bumped Go version to 1.12.
35
+- Bumped Alpine version to 3.9.3.
36
37
### Fixed
38
- `/textures` request no longer proxies request to Mojang in a case when there is no information about the skin,
Dockerfile
@@ -1,7 +1,9 @@
1
-FROM alpine:3.7
+FROM alpine:3.9.3
2
3
EXPOSE 80
4
5
+RUN apk add --no-cache ca-certificates
6
+
7
ENV STORAGE_REDIS_HOST=redis
8
ENV STORAGE_FILESYSTEM_HOST=/data
9
0 commit comments