diff --git a/Dockerfile b/Dockerfile index 97a64f7..45189fe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG ALPINE_VERSION=3.18 +ARG ALPINE_VERSION=3.19 FROM docker.io/alpine:${ALPINE_VERSION}