Skip to content

Commit

Permalink
Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-pagopa[bot] authored Oct 17, 2024
1 parent 8fb422f commit cfcbcbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:17-slim
FROM openjdk:17-slim@sha256:aaa3b3cb27e3e520b8f116863d0580c438ed55ecfa0bc126b41f68c3f62f9774
WORKDIR /workspace/app

COPY . .
Expand Down
4 changes: 2 additions & 2 deletions docker-compose-springboot-postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
- pagopa-ecommerce-net

postgres:
image: postgres:latest
image: postgres:latest@sha256:c18e4f276d2f4d80312e1555b09ae01b9d0e4287adb382a97b2deca2ffd3f8c0
ports:
- "5432:5432"
environment:
Expand All @@ -25,7 +25,7 @@ services:

postgres-liquibase:
container_name: postgres-liquibase
image: liquibase/liquibase
image: liquibase/liquibase@sha256:b940077d0581d7d425e1eb27a5a0c8b1e92398bc592868539db1c8e30ce9c75b
environment:
- POSTGRES_USER=${POSTGRES_USER}
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
Expand Down

0 comments on commit cfcbcbe

Please sign in to comment.