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