Update Dockerfile1

This commit is contained in:
surtexx 2023-11-13 16:14:49 +02:00 committed by GitHub
parent fd42397ecf
commit 543b595e8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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