diff --git a/Dockerfile b/Dockerfile index f2926c4..d6c5ef1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # https://www.cicirello.org # Source repository: https://github.com/cicirello/alpine-plus-plus # Source licensed under the MIT License: https://github.com/cicirello/alpine-plus-plus/blob/master/LICENSE -FROM alpine:3.20.1 +FROM alpine:3.20.2 LABEL maintainer="development@cicirello.org" \ org.opencontainers.image.description="A lightweight docker image for shell scripting and git, \ consisting of Alpine Linux with the addition of bash, coreutils, findutils, gawk, and git." \