aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Dockerfile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Dockerfile b/Dockerfile
index ad15cae..ffda287 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,10 +1,8 @@
-# hadolint ignore=DL3007
FROM alpine:20231219
-# hadolint ignore=DL3018
RUN apk add --no-cache \
- py3-pip \
- curl
+ py3-pip=23.3.1-r0 \
+ curl=8.5.0-r1
WORKDIR /app