Skip to content
This repository was archived by the owner on Apr 4, 2024. It is now read-only.

Commit f81d8c3

Browse files
yselkowitzpmacik
authored andcommitted
Update sample apps (redhat-developer#1181)
Signed-off-by: Yaakov Selkowitz <[email protected]>
1 parent c1b28b7 commit f81d8c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/apps/spring-elasticsearch/Dockerfile.app

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM --platform=amd64 maven:3.8.4-openjdk-11 as builder
33

44
ARG APP_REPO=https://github.com/thombergs/code-examples
5-
ARG APP_COMMIT=1f37a81b90003c35beed6216432f689936917cb1
5+
ARG APP_COMMIT=351804a083d3fced44437b912b7fd8f61d9de85a
66
ENV APP_DIR=/app
77

88
RUN git clone "${APP_REPO}" ${APP_DIR} && \

samples/apps/spring-petclinic/Dockerfile.app

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM --platform=amd64 maven:3.8.4-openjdk-11 as builder
33

44
ARG PETCLINIC_REPO=https://github.com/spring-projects/spring-petclinic.git
5-
ARG PETCLINIC_COMMIT=a7439c74ea718c4f59fe6c7c643c4afe59d7e718
5+
ARG PETCLINIC_COMMIT=3f8468432d86dcbd0cf4372e93e06d2f47aed26a
66
ENV PETCLINIC_DIR=/petclinic
77

88
RUN git clone "${PETCLINIC_REPO}" ${PETCLINIC_DIR} && \

0 commit comments

Comments
 (0)