Skip to content

Commit

Permalink
Update Docker - updates (#159)
Browse files Browse the repository at this point in the history
* Update Docker - updates

* Updating version to 0.8.66

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: dc-autobot[bot] <181364585+dc-autobot[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and dc-autobot[bot] authored Sep 13, 2024
1 parent d113c06 commit 791b8f3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# syntax=docker/dockerfile:1.9
# syntax=docker/dockerfile:1.10
FROM node:current-alpine AS builder

WORKDIR /veritable-ui
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
# -------------------- shared -------------------------------#
keycloak:
image: quay.io/keycloak/keycloak:25.0.4
image: quay.io/keycloak/keycloak:25.0.5
container_name: keycloak
environment:
- KEYCLOAK_ADMIN=admin
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "veritable-ui",
"version": "0.8.65",
"version": "0.8.66",
"description": "UI for Veritable",
"main": "src/index.ts",
"type": "module",
Expand Down

0 comments on commit 791b8f3

Please sign in to comment.