Skip to content

Commit ecddff9

Browse files
committed
version 2.2.6
1 parent 7a4a040 commit ecddff9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

databucket-docker-alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN apk update && \
2020
COPY /docker-entrypoint.sh /home/spring/docker-entrypoint.sh
2121
RUN chmod +x /home/spring/docker-entrypoint.sh
2222

23-
RUN wget -O /home/spring/databucket-app-2.2.5.jar https://github.com/databucket/databucket-app/releases/download/2.2.5/databucket-app-2.2.5.jar
23+
RUN wget -O /home/spring/databucket-app-2.2.6.jar https://github.com/databucket/databucket-app/releases/download/2.2.6/databucket-app-2.2.6.jar
2424
RUN chown spring:spring /home/spring/${JAR_NAME}
2525

2626
USER spring

databucket-docker-slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN apt-get update && \
1919
COPY /docker-entrypoint.sh /home/spring/docker-entrypoint.sh
2020
RUN chmod +x /home/spring/docker-entrypoint.sh
2121

22-
RUN wget -O /home/spring/databucket-app-2.2.5.jar https://github.com/databucket/databucket-app/releases/download/2.2.5/databucket-app-2.2.5.jar
22+
RUN wget -O /home/spring/databucket-app-2.2.6.jar https://github.com/databucket/databucket-app/releases/download/2.2.6/databucket-app-2.2.6.jar
2323
RUN chown spring:spring /home/spring/${JAR_NAME}
2424

2525
USER spring

0 commit comments

Comments
 (0)