diff options
| author | Michael Grote | 2024-03-13 08:53:28 +0100 |
|---|---|---|
| committer | Michael Grote | 2024-03-13 08:53:28 +0100 |
| commit | c8fb52fccae8d9bdb603ea5d50296839ff5b27f0 (patch) | |
| tree | 0cb24e5076e83232b44c7694d43f19f78e61eaae | |
| parent | 3efa0fcf17c6af43b85d5151a33fe5247915f46c (diff) | |
set alpine version
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -FROM alpine:20231219 +FROM alpine:3.19.1 # hadolint ignore=DL3018 RUN apk add --no-cache \ |