Skip to content

Commit

Permalink
Update Docker - updates (#251)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 4, 2024
1 parent 3e46a32 commit 33ce5ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.11
# syntax=docker/dockerfile:1.12
FROM node:lts-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:26.0.6
image: quay.io/keycloak/keycloak:26.0.7
container_name: keycloak
environment:
- KEYCLOAK_ADMIN=admin
Expand Down

0 comments on commit 33ce5ac

Please sign in to comment.