Skip to content

Commit 96400c2

Browse files
committed
explicitly use the latest image version
1 parent c35f025 commit 96400c2

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

src/test/resources/netcat/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# VERSION 0.3
44

5-
FROM ubuntu
5+
FROM ubuntu:latest
66

77
#install netcat
88
RUN apt-get install -y netcat

src/test/resources/nginx/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# VERSION 0.0.1
44

5-
FROM ubuntu
5+
FROM ubuntu:latest
66
MAINTAINER Guillaume J. Charmes "[email protected]"
77

88
# make sure the package repository is up to date

src/test/resources/testAddFile/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu
1+
FROM ubuntu:latest
22

33
# Copy testrun.sh files into the container
44

src/test/resources/testAddFileInSubfolder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu
1+
FROM ubuntu:latest
22

33
# Copy testrun.sh files into the container
44

src/test/resources/testAddFolder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu
1+
FROM ubuntu:latest
22

33
# Copy testrun.sh files into the container
44

src/test/resources/testAddUrl/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu
1+
FROM ubuntu:latest
22

33
# Copy testrun.sh files into the container
44

src/test/resources/testENVSubstitution/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu
1+
FROM ubuntu:latest
22

33
# Copy testrun.sh files into the container
44

src/test/resources/testReadFile/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu
1+
FROM ubuntu:latest
22

33
# Copy testrun.sh files into the container
44

0 commit comments

Comments
 (0)