Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to 22.0.1 #10

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions CloudronManifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"title": "Keycloak",
"author": "Keycloak authors",
"tagline": "Open Source Identity and Access Management",
"upstreamVersion": "21.1.1",
"version": "21.1.1",
"upstreamVersion": "22.0.1",
"version": "22.0.1",
"icon": "manifest/logo.png",
"description": "file://manifest/DESCRIPTION.md",
"changelog": "file://manifest/CHANGELOG.md",
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM cloudron/base:4.0.0@sha256:31b195ed0662bdb06a6e8a5ddbedb6f191ce92e8bee04c03fb02dd4e9d0286df

ENV KC_VERSION=21.1.1
ENV KC_VERSION=22.0.1

RUN mkdir -p /app/code /app/data && \
apt-get update && \
apt-get install -y openjdk-11-jre-headless && apt-get clean && apt-get autoremove && \
apt-get install -y openjdk-19-jre-headless && apt-get clean && apt-get autoremove && \
rm -rf /var/cache/apt /var/lib/apt/lists

RUN curl -L https://github.com/keycloak/keycloak/releases/download/$KC_VERSION/keycloak-$KC_VERSION.tar.gz | \
Expand Down
3 changes: 3 additions & 0 deletions manifest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v22.0.1
Update to Keycloac v22.0.1
---
v21.1.1
Update to Keycloak v21.1.1
---
Expand Down