set alpine packages versions explicit

This commit is contained in:
Michael Grote 2024-01-22 21:37:22 +01:00
parent e9e7b2dd60
commit 47a7e6e3d2

View file

@ -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