From 191b9388c84550c17150464b73c248cfa69c307a Mon Sep 17 00:00:00 2001 From: Bartosz Gardziejewski Date: Wed, 15 Apr 2020 08:11:10 +0200 Subject: Update versions and base images in dockerfiles Issue-ID: INT-1517 Signed-off-by: Bartosz Gardziejewski Change-Id: I09e39b54c064522ffa5473c0226f5049ad7b57ef --- pnfsimulator/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pnfsimulator') diff --git a/pnfsimulator/Dockerfile b/pnfsimulator/Dockerfile index aafea0e..4202047 100644 --- a/pnfsimulator/Dockerfile +++ b/pnfsimulator/Dockerfile @@ -1,6 +1,6 @@ -FROM openjdk:8-jre-alpine +FROM docker.io/openjdk:8-jre-alpine ADD target/libs /app/libs -ADD target/pnfsimulator-5.0.0-SNAPSHOT.jar /app/pnf-simulator.jar +ADD target/pnfsimulator-1.0.0-SNAPSHOT.jar /app/pnf-simulator.jar CMD apk update CMD apk add ca-certificates ADD certificates /usr/local/share/ca-certificates/ -- cgit 1.2.3-korg