diff --git a/Dockerfile b/Dockerfile index 98093428..0c4fa548 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.18.5 +FROM alpine:3.19.0 # Define args for the target platform so we can identify the binary in the Docker context. # These args are populated by Docker. The values should match Go's GOOS and GOARCH values for