diff --git a/Dockerfile b/Dockerfile index d0335be..7473733 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.20.2 +FROM alpine:3.20.3 RUN apk add --no-cache coreutils gcc libc-dev make python3 WORKDIR /opt/test-runner COPY . .