diff --git a/Dockerfile b/Dockerfile index 90a30e8..c9854da 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ####################################### # image for dev build environment ###################################### -FROM alpine:3.19.1 as DEV +FROM alpine:3.20.0 as DEV # install packages RUN apk add --update --no-cache bash make git zsh curl tmux