diff options
| author | Renovate Bot | 2024-05-23 02:05:20 +0200 |
|---|---|---|
| committer | renovate | 2024-05-23 02:05:20 +0200 |
| commit | 25c9f80bb75aea5a827d5e3019ab4aa254799317 (patch) | |
| tree | a0990d3a1abdf91608ac6c380017455e7b5c29ea | |
| parent | 801d0362cb555e576178ea3a2f17c409b2a50951 (diff) | |
chore(deps): update alpine docker tag to v3.20.0 (#22)
Co-authored-by: Renovate Bot <renovate@mgrote.net>
Co-committed-by: Renovate Bot <renovate@mgrote.net>
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -FROM alpine:3.19.1 +FROM alpine:3.20.0 # hadolint ignore=DL3018 RUN apk add --no-cache \ |