summaryrefslogtreecommitdiff
path: root/tests/fixtures/build-ctx/Dockerfile
diff options
context:
space:
mode:
authorFelipe Sateler <fsateler@debian.org>2019-11-22 21:15:41 -0300
committerFelipe Sateler <fsateler@debian.org>2019-11-22 21:15:41 -0300
commit97b16e5404375cc6cca4469045984cac0eabd335 (patch)
treeb9cfdfec00f4a6afceed718cbb155651d23a51fc /tests/fixtures/build-ctx/Dockerfile
parent813ff34b5328e530d94c95cd8235431cde391e4c (diff)
parentd66f980dd002ce94c3196b1a74dc8c1a0788be06 (diff)
Update upstream source from tag 'upstream/1.25.0'
Update to upstream version '1.25.0' with Debian dir 01225dadf264cb86293071829641cb341942031d
Diffstat (limited to 'tests/fixtures/build-ctx/Dockerfile')
-rw-r--r--tests/fixtures/build-ctx/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fixtures/build-ctx/Dockerfile b/tests/fixtures/build-ctx/Dockerfile
index dd864b83..4acac9c7 100644
--- a/tests/fixtures/build-ctx/Dockerfile
+++ b/tests/fixtures/build-ctx/Dockerfile
@@ -1,3 +1,3 @@
-FROM busybox:latest
+FROM busybox:1.31.0-uclibc
LABEL com.docker.compose.test_image=true
CMD echo "success"