Skip to content

Commit 5ed3d6e

Browse files
committed
Update data-db-setup to 2.2.0
1 parent b8ee061 commit 5ed3d6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ WORKDIR /data
1515
RUN for f in *.csv ; do csvstat $f > ${f/.csv/.stats} ; done
1616

1717
# Recover the jar from the parent image
18-
FROM hbpmip/data-db-setup:2.1.9 as parent-image
18+
FROM hbpmip/data-db-setup:2.2.0 as parent-image
1919

2020
# Build stage for Java classes
2121
FROM maven:3.5.2-jdk-8-alpine as build-java-env
@@ -27,7 +27,7 @@ WORKDIR /project/src
2727
RUN jar uvf /flyway/jars/data-db-setup.jar -C . .
2828

2929
# Final image
30-
FROM hbpmip/data-db-setup:2.1.9
30+
FROM hbpmip/data-db-setup:2.2.0
3131

3232
ARG BUILD_DATE
3333
ARG VCS_REF

0 commit comments

Comments
 (0)