set alpine packages versions explicit
This commit is contained in:
parent
e9e7b2dd60
commit
47a7e6e3d2
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Reference in a new issue