Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
keycloak-proxy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Janne Mareike Koschinski
keycloak-proxy
Commits
5aa4528a
Commit
5aa4528a
authored
Jan 28, 2017
by
Rohith Jayawardene
Committed by
GitHub
Jan 28, 2017
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+1
-0
1 addition, 0 deletions
CHANGELOG.md
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
with
2 additions
and
1 deletion
CHANGELOG.md
+
1
−
0
View file @
5aa4528a
...
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
Dockerfile
+
1
−
1
View file @
5aa4528a
FROM
alpine:3.
4
FROM
alpine:3.
5
MAINTAINER
Rohith <gambol99@gmail.com>
RUN
apk update
&&
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment