mirror of
https://github.com/anyproto/any-sync-dockercompose.git
synced 2025-06-08 14:07:02 +09:00
update any-sync-tools go version depends
This commit is contained in:
parent
bb09c10c7b
commit
089d999b58
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
# syntax=docker/dockerfile:1
|
# 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 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue