diff --git a/Dockerfile b/Dockerfile index 62b6aa2..728ed13 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # begin with the base Alpine python image -FROM python:3.15.0rc1-alpine3.23 +FROM python:3.15.0rc2-alpine3.23 # create a directory to store the application WORKDIR /usr/local/ns-assembly