Skip to content

Commit

Permalink
Upgrade Alpine version to 3.9, add ca-certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
erickskrauch committed May 2, 2019
1 parent e6bac32 commit f3a8af6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed
- Bumped Go version to 1.12.
- Bumped Alpine version to 3.9.3.

### Fixed
- `/textures` request no longer proxies request to Mojang in a case when there is no information about the skin,
Expand Down
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
FROM alpine:3.7
FROM alpine:3.9.3

EXPOSE 80

RUN apk add --no-cache ca-certificates

ENV STORAGE_REDIS_HOST=redis
ENV STORAGE_FILESYSTEM_HOST=/data

Expand Down

0 comments on commit f3a8af6

Please sign in to comment.