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

This commit is contained in:
Renovate Bot 2023-08-16 10:21:16 +00:00
parent 9b663e4f22
commit 5e4484d84b
1 changed files with 1 additions and 1 deletions

View File

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