diff --git a/Dockerfile-generateconfig-anyconf b/Dockerfile-generateconfig-anyconf index 1ca37a0..e4558b8 100644 --- a/Dockerfile-generateconfig-anyconf +++ b/Dockerfile-generateconfig-anyconf @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1 -FROM golang:1.22-alpine3.19 +FROM golang:1.23-alpine RUN apk add --no-cache bash yq RUN go install github.com/anyproto/any-sync-tools/anyconf@latest WORKDIR /code