diff --git a/Dockerfile b/Dockerfile index 22e2b4bb..4830f6e9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # run `make image` to build the binary + container # if you're using `make build` this Dockerfile will not find the binary # and you probably want `make smee-linux-amd64` -FROM alpine:3.18 +FROM alpine:3.19 ARG TARGETARCH ARG TARGETVARIANT