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

bump go version for any-sync-tools

This commit is contained in:
Kirill Shklyaev 2024-11-28 14:23:33 +03:00
parent 31fa3b499b
commit 64fab7732e

View file

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