1
0
Fork 0
mirror of https://github.com/anyproto/any-sync-dockercompose.git synced 2025-06-08 05:47:03 +09:00

Merge pull request #114 from anyproto/113-dont-build-a-anyconf-container

bump go version for any-sync-tools
This commit is contained in:
Kirill Shklyaev 2024-11-28 17:43:00 +03:00 committed by GitHub
commit b7ed956afe
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -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