diff options
| author | Renovate Bot | 2024-06-20 22:06:29 +0200 |
|---|---|---|
| committer | renovate | 2024-06-20 22:06:29 +0200 |
| commit | c76fce825338fc87d1d04455887164ca24c11048 (patch) | |
| tree | f70dbba2c9d48fe1350fe12c010e202c3721a9f4 /Dockerfile | |
| parent | 92ca07a60f6babae23a4d28a0837d0e67de99301 (diff) | |
chore(deps): update alpine docker tag to v3.20.1 (#28)
Co-authored-by: Renovate Bot <renovate@mgrote.net>
Co-committed-by: Renovate Bot <renovate@mgrote.net>
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -FROM alpine:3.20.0 +FROM alpine:3.20.1 # hadolint ignore=DL3018 RUN apk add --no-cache \ |