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

Dockerfile, Dockerfile-generateconfig-anyconf updated to golang:1.22

This commit is contained in:
Grigory Efimov 2024-05-31 14:58:06 -03:00
parent 168735d1da
commit 8efed6f295
No known key found for this signature in database
GPG key ID: 0A88C34DFA7FD939
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM golang:1.19
FROM golang:1.22
ARG REPO_DIR=.

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