Skip to content

Commit 98eb8e4

Browse files
committed
clone from v1.1
1 parent 77019d5 commit 98eb8e4

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

jvmcc-api-gateway/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM eclipse-temurin:17-jdk-alpine as development
44
# A better option could be to have a local Nexus Repository with all the dependencies.
55
WORKDIR /app
66
RUN apk add git curl
7-
RUN git clone -b cloud-lb --single-branch https://github.com/danielsobrado/spring-cloud-kafka-microservices.git
7+
RUN git clone -b v1.1 --single-branch https://github.com/danielsobrado/spring-cloud-kafka-microservices.git
88
RUN chmod -R 777 spring-cloud-kafka-microservices
99
WORKDIR /app/spring-cloud-kafka-microservices
1010

jvmcc-config-server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM eclipse-temurin:17-jdk-alpine as development
44
# A better option could be to have a local Nexus Repository with all the dependencies.
55
WORKDIR /app
66
RUN apk add git curl
7-
RUN git clone -b cloud-lb --single-branch https://github.com/danielsobrado/spring-cloud-kafka-microservices.git
7+
RUN git clone -b v1.1 --single-branch https://github.com/danielsobrado/spring-cloud-kafka-microservices.git
88
RUN chmod -R 777 spring-cloud-kafka-microservices
99
WORKDIR /app/spring-cloud-kafka-microservices
1010

jvmcc-product-reactive-service/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM eclipse-temurin:17-jdk-alpine as development
44
# A better option could be to have a local Nexus Repository with all the dependencies.
55
WORKDIR /app
66
RUN apk add git
7-
RUN git clone -b cloud-lb --single-branch https://github.com/danielsobrado/spring-cloud-kafka-microservices.git
7+
RUN git clone -b v1.1 --single-branch https://github.com/danielsobrado/spring-cloud-kafka-microservices.git
88
RUN chmod -R 777 spring-cloud-kafka-microservices
99
WORKDIR /app/spring-cloud-kafka-microservices
1010

jvmcc-product-service/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM eclipse-temurin:17-jdk-alpine as development
44
# A better option could be to have a local Nexus Repository with all the dependencies.
55
WORKDIR /app
66
RUN apk add git curl
7-
RUN git clone -b cloud-lb --single-branch https://github.com/danielsobrado/spring-cloud-kafka-microservices.git
7+
RUN git clone -b v1.1 --single-branch https://github.com/danielsobrado/spring-cloud-kafka-microservices.git
88
RUN chmod -R 777 spring-cloud-kafka-microservices
99
WORKDIR /app/spring-cloud-kafka-microservices
1010

jvmcc-review-reactive-service/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM eclipse-temurin:17-jdk-alpine as development
44
# A better option could be to have a local Nexus Repository with all the dependencies.
55
WORKDIR /app
66
RUN apk add git
7-
RUN git clone -b cloud-lb --single-branch https://github.com/danielsobrado/spring-cloud-kafka-microservices.git
7+
RUN git clone -b v1.1 --single-branch https://github.com/danielsobrado/spring-cloud-kafka-microservices.git
88
RUN chmod -R 777 spring-cloud-kafka-microservices
99
WORKDIR /app/spring-cloud-kafka-microservices
1010

jvmcc-review-service/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM eclipse-temurin:17-jdk-alpine as development
55
# A better option could be to have a local Nexus Repository with all the dependencies.
66
WORKDIR /app
77
RUN apk add git
8-
RUN git clone -b cloud-lb --single-branch https://github.com/danielsobrado/spring-cloud-kafka-microservices.git
8+
RUN git clone -b v1.1 --single-branch https://github.com/danielsobrado/spring-cloud-kafka-microservices.git
99
RUN chmod -R 777 spring-cloud-kafka-microservices
1010
WORKDIR /app/spring-cloud-kafka-microservices
1111

jvmcc-service-discovery/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM eclipse-temurin:17-jdk-alpine as development
44
# A better option could be to have a local Nexus Repository with all the dependencies.
55
WORKDIR /app
66
RUN apk add git
7-
RUN git clone -b cloud-lb --single-branch https://github.com/danielsobrado/spring-cloud-kafka-microservices.git
7+
RUN git clone -b v1.1 --single-branch https://github.com/danielsobrado/spring-cloud-kafka-microservices.git
88
RUN chmod -R 777 spring-cloud-kafka-microservices
99
WORKDIR /app/spring-cloud-kafka-microservices
1010

0 commit comments

Comments
 (0)