mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55:49 +00:00
Update Dockerfile1
This commit is contained in:
parent
fd42397ecf
commit
543b595e8d
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ FROM eclipse-temurin:17-jre-alpine
|
|||
|
||||
WORKDIR /app
|
||||
|
||||
COPY target/spring-petclinic-3.1.5-SNAPSHOT.jar app.jar
|
||||
COPY target/spring-petclinic-3.1.6-SNAPSHOT.jar app.jar
|
||||
|
||||
RUN apk update && apk add openssl
|
||||
|
||||
|
|
Loading…
Reference in a new issue