diff --git a/Dockerfile b/Dockerfile index ffda287..ad15cae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,10 @@ +# hadolint ignore=DL3007 FROM alpine:20231219 +# hadolint ignore=DL3018 RUN apk add --no-cache \ - py3-pip=23.3.1-r0 \ - curl=8.5.0-r1 + py3-pip \ + curl WORKDIR /app