Skip to content

Commit

Permalink
#95799 Changed docker to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeniy Sinev committed Apr 29, 2021
1 parent 0baf853 commit 326dd79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/amd64/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM openjdk:8-jre-slim
ADD https://github.com/payneteasy/pos-proxy/releases/download/1.3.0/pos-proxy-1.3.0.jar /opt/app.jar
ADD https://github.com/payneteasy/pos-proxy/releases/download/1.3.1/pos-proxy-1.3.1.jar /opt/app.jar
WORKDIR /opt
EXPOSE 8081/tcp
CMD ["java", "-jar", "app.jar"]
2 changes: 1 addition & 1 deletion docker/arm32v7/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM arm32v7/openjdk:8-jre-slim
ADD https://github.com/payneteasy/pos-proxy/releases/download/1.3.0/pos-proxy-1.3.0.jar /opt/app.jar
ADD https://github.com/payneteasy/pos-proxy/releases/download/1.3.1/pos-proxy-1.3.1.jar /opt/app.jar
WORKDIR /opt
EXPOSE 8081/tcp
CMD ["java", "-jar", "app.jar"]
2 changes: 1 addition & 1 deletion docker/arm64v8/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM arm64v8/openjdk:8-jre-slim
ADD https://github.com/payneteasy/pos-proxy/releases/download/1.3.0/pos-proxy-1.3.0.jar /opt/app.jar
ADD https://github.com/payneteasy/pos-proxy/releases/download/1.3.1/pos-proxy-1.3.1.jar /opt/app.jar
WORKDIR /opt
EXPOSE 8081/tcp
CMD ["java", "-jar", "app.jar"]

0 comments on commit 326dd79

Please sign in to comment.