diff options
| author | Michael Grote | 2024-01-22 21:37:22 +0100 |
|---|---|---|
| committer | Michael Grote | 2024-01-22 21:37:22 +0100 |
| commit | 47a7e6e3d25f8c8b06bbf76e947965cfea523985 (patch) | |
| tree | 7dee427b5959f5a58512319ae3c9118ffc66ed3f /Dockerfile | |
| parent | e9e7b2dd60f8532d1a2bb43e79ac2f123ebe2af7 (diff) | |
set alpine packages versions explicit
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 6 |
1 files changed, 2 insertions, 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 |