Skip to content

Commit

Permalink
Update Docker - updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 3, 2024
1 parent 5d847a7 commit a0eb6b9
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

Check warning on line 2 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build docker image

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

WORKDIR /sqnc-identity-service
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
- POSTGRES_USER=postgres
- POSTGRES_DB=sqnc
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 a0eb6b9

Please sign in to comment.