diff --git a/Dockerfile b/Dockerfile index 064b77aa..22e2b4bb 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.13 +FROM alpine:3.18 ARG TARGETARCH ARG TARGETVARIANT