File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RUN apk update && \
2020COPY /docker-entrypoint.sh /home/spring/docker-entrypoint.sh
2121RUN 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
2424RUN chown spring:spring /home/spring/${JAR_NAME}
2525
2626USER spring
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ RUN apt-get update && \
1919COPY /docker-entrypoint.sh /home/spring/docker-entrypoint.sh
2020RUN 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
2323RUN chown spring:spring /home/spring/${JAR_NAME}
2424
2525USER spring
You can’t perform that action at this time.
0 commit comments