Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 1, 2023
1 parent 177c252 commit bfd916a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gradle:8.4.0-jdk17-alpine AS build
FROM gradle:8.4.0-jdk17-alpine@sha256:77fde21d5f562a8fdcd75d1cac98b43b5f036e445396c5144e82d8c2fae1652d AS build
WORKDIR /home/gradle/src
ENV GRADLE_USER_HOME /gradle

Expand Down
10 changes: 5 additions & 5 deletions deploy/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
- ./oracle/init:/docker-entrypoint-initdb.d/setup

zoo1:
image: zookeeper:3.9.1
image: zookeeper:3.9.1@sha256:771880359d9092ee1855f6519ce2243fbc58c9c728f4e223cfe2e341a7d55e8a
restart: unless-stopped
hostname: zoo1
ports:
Expand All @@ -24,7 +24,7 @@ services:
ZOO_SERVERS: server.1=zoo1:2888:3888;2181

kafka1:
image: confluentinc/cp-kafka:7.5.1
image: confluentinc/cp-kafka:7.5.1@sha256:dc9b972db0029bca9c9fa33fb7d271bbd6de35bfe56bed42d78dcb4b0b63f6b2
hostname: kafka1
ports:
- "9092:9092"
Expand All @@ -40,7 +40,7 @@ services:
- zoo1

kafka-rest-proxy:
image: confluentinc/cp-kafka-rest:7.5.1
image: confluentinc/cp-kafka-rest:7.5.1@sha256:dab20ae6fb83b8ce5f2f46c549b3810c60019c2083facf66dd418c351fdc351b
hostname: kafka-rest-proxy
ports:
- "8082:8082"
Expand All @@ -55,7 +55,7 @@ services:
- kafka1

kafka-connect:
image: confluentinc/cp-kafka-connect:7.5.1
image: confluentinc/cp-kafka-connect:7.5.1@sha256:55aefab6dd49c1f89231b477f04e0a4bc467466c26c989f1e5379109ea160982
hostname: kafka-connect
ports:
- "8083:8083"
Expand Down Expand Up @@ -83,7 +83,7 @@ services:
- kafka-rest-proxy

akhq:
image: tchiotludo/akhq:0.24.0
image: tchiotludo/akhq:0.24.0@sha256:6ccf8323ae6e93a893107f857cd9f7210add3569743b2c8528c6567967cc636f
environment:
AKHQ_CONFIGURATION: |
akhq:
Expand Down

0 comments on commit bfd916a

Please sign in to comment.