diff --git a/Dockerfile b/Dockerfile index 9e6af1f..edc2660 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ -FROM busybox:1.35 +FROM busybox:1.37 WORKDIR /app RUN echo "hello dev" > helloworld.txt