diff --git a/example/Dockerfile b/example/Dockerfile index 6d46b22..5c6ab07 100644 --- a/example/Dockerfile +++ b/example/Dockerfile @@ -9,7 +9,7 @@ ADD . . RUN go get $(go list ./... | grep -v /vendor/) RUN buffalo build --static -o /bin/app -FROM alpine:3.19.1 +FROM alpine:3.22.2 RUN apk add --no-cache bash RUN apk add --no-cache ca-certificates