We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8ee061 commit 5ed3d6eCopy full SHA for 5ed3d6e
Dockerfile
@@ -15,7 +15,7 @@ WORKDIR /data
15
RUN for f in *.csv ; do csvstat $f > ${f/.csv/.stats} ; done
16
17
# Recover the jar from the parent image
18
-FROM hbpmip/data-db-setup:2.1.9 as parent-image
+FROM hbpmip/data-db-setup:2.2.0 as parent-image
19
20
# Build stage for Java classes
21
FROM maven:3.5.2-jdk-8-alpine as build-java-env
@@ -27,7 +27,7 @@ WORKDIR /project/src
27
RUN jar uvf /flyway/jars/data-db-setup.jar -C . .
28
29
# Final image
30
-FROM hbpmip/data-db-setup:2.1.9
+FROM hbpmip/data-db-setup:2.2.0
31
32
ARG BUILD_DATE
33
ARG VCS_REF
0 commit comments