diff --git a/Dockerfile b/Dockerfile index 8c49045..491fb7b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.18 as build +FROM alpine:3.19 as build LABEL maintainer="Luke Tainton " LABEL org.opencontainers.image.source="https://github.com/luketainton/docker-radius"