diff --git a/Dockerfile b/Dockerfile index 39f0b14..5a157c8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ RUN wget https://github.com/testthedocs/Openly/releases/download/0.3.1/Openly.zi ############################ # STEP 2 ############################ -FROM alpine:3.17.1 +FROM alpine:3.17.2 RUN apk add --update \ python3 \