diff --git a/Dockerfile b/Dockerfile index 05a5ea6..0a40609 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ -FROM busybox:1.36 +FROM busybox:1.37 WORKDIR /app RUN echo "hello" > helloworld.txt