Merge pull request 'chore(deps): update docker.io/alpine docker tag to v3.19' (#151) from renovate/docker.io-alpine-3.x into master

Reviewed-on: #151
This commit is contained in:
Stefan Reimer 2024-03-12 15:21:32 +00:00
commit d8a73bbb73
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}