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

update any-sync-tools go version depends

This commit is contained in:
sususu98 2024-06-01 00:40:29 +08:00
parent bb09c10c7b
commit 089d999b58

View file

@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM golang:1.21.6-alpine3.19
FROM golang:1.22-alpine3.19
RUN apk add --no-cache bash yq
RUN go install github.com/anyproto/any-sync-tools/anyconf@latest
WORKDIR /code