Skip to content

Commit

Permalink
chore(deps): update container-images
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 9, 2023
1 parent 758b066 commit a4796a2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker-compose/docker-compose.staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ services:
- "traefik.http.routers.maildev.entrypoints=web"

keycloak:
image: quay.io/keycloak/keycloak:15.1.1@sha256:abade9a9cf985b454b30a9119183e62a0018ec546c8fc4fbd8572457afb4a666
image: quay.io/keycloak/keycloak:21.0.1@sha256:9774dd697b11403a0823c84296409f27210c196b6205bd1db551794b8d084413
restart: unless-stopped
cap_drop:
- ALL
Expand Down
2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/gradle:7.6.1@sha256:22a8e848ad8d1704ec619f6bf3cda4ea793861c1a37bac261fd53e10845dfe7b AS build
FROM docker.io/library/gradle:8.0.2@sha256:941f5246bbae09fec8810cdb8f8ce0d04c0196d74014f453e582e65d037ee6b9 AS build
WORKDIR /home/gradle/src
ENV GRADLE_USER_HOME /gradle \
TZ="UTC"
Expand Down
2 changes: 1 addition & 1 deletion src/list/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/node:18.15.0@sha256:8d9a875ee427897ef245302e31e2319385b092f1c3368b497e89790f240368f5 AS base
FROM docker.io/library/node:19.7.0@sha256:83841d113e09345a28b146e431f15b062341c5449218e501ba45ef8f9cff6049 AS base
WORKDIR /app

COPY package.json ./
Expand Down
2 changes: 1 addition & 1 deletion src/list/frontend/deploy/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:
- 4317:4317

keycloak:
image: quay.io/keycloak/keycloak:15.1.1@sha256:abade9a9cf985b454b30a9119183e62a0018ec546c8fc4fbd8572457afb4a666
image: quay.io/keycloak/keycloak:21.0.1@sha256:9774dd697b11403a0823c84296409f27210c196b6205bd1db551794b8d084413
command:
- -Dkeycloak.migration.action=import
- -Dkeycloak.migration.provider=singleFile
Expand Down
2 changes: 1 addition & 1 deletion src/list/frontend/tests/e2e/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ services:
- keycloak

keycloak:
image: quay.io/keycloak/keycloak:15.1.1@sha256:abade9a9cf985b454b30a9119183e62a0018ec546c8fc4fbd8572457afb4a666
image: quay.io/keycloak/keycloak:21.0.1@sha256:9774dd697b11403a0823c84296409f27210c196b6205bd1db551794b8d084413
command:
- -Dkeycloak.migration.action=import
- -Dkeycloak.migration.provider=singleFile
Expand Down

0 comments on commit a4796a2

Please sign in to comment.