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:
parent
168735d1da
commit
8efed6f295
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.19
|
||||
FROM golang:1.22
|
||||
|
||||
ARG REPO_DIR=.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue