diff --git a/Dockerfile b/Dockerfile index 23c4ae4..a39f6f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Set the base image to use for subsequent instructions. -FROM alpine:3.22 +FROM alpine:3.23 # Set the working directory inside the container. WORKDIR /usr/src