Skip to content
Snippets Groups Projects
Commit 5aa4528a authored by Rohith Jayawardene's avatar Rohith Jayawardene Committed by GitHub
Browse files

Alpine Linux (#184)

- updating the base docker image to alpine:3.5
parent 85590525
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ CHANGES:
* Updated to go-proxy to the latest version [#PR180](https://github.com/gambol99/keycloak-proxy/pull/180)
* Fixed up some spelling mistakes [#PR177](https://github.com/gambol99/keycloak-proxy/pull/177)
* Changed the CLI to use reflection of the config struct [#PR176](https://github.com/gambol99/keycloak-proxy/pull/176)
* Updated the docker base image to alpine:3.5 [#PR184](https://github.com/gambol99/keycloak-proxy/pull/184)
BUGS:
* Fixed the time.Duration flags in the reflection code [#PR173](https://github.com/gambol99/keycloak-proxy/pull/173)
......
FROM alpine:3.4
FROM alpine:3.5
MAINTAINER Rohith <gambol99@gmail.com>
RUN apk update && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment