chore(deps): update docker.io/alpine docker tag to v3.19

This commit is contained in:
Renovate Bot 2023-12-08 03:05:30 +00:00
parent 683b7623f4
commit 8b54524c58
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
ARG ALPINE_VERSION=3.18
ARG ALPINE_VERSION=3.19
FROM docker.io/alpine:${ALPINE_VERSION}