diff --git a/Dockerfile b/Dockerfile index c5181b4b..c29aa9d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -61,7 +61,7 @@ RUN cd /go/src/github.com/dechristopher/lod/cmd/lod \ && chmod a+x /opt/lod # ---- Run Stage ---- -FROM alpine:3.18 +FROM alpine:3.23 LABEL maintainer="Andrew DeChristopher"