diff --git a/Dockerfile b/Dockerfile index 8e85c4c..6bf49b5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ -FROM alpine:3.14 +FROM alpine:3.19 COPY test.sh / ENTRYPOINT ["/test.sh"]